7 lines
151 B
C#
7 lines
151 B
C#
namespace LANCommander.Server.Models
|
|
{
|
|
public class AddToCollectionOptions
|
|
{
|
|
public IEnumerable<Guid> GameIds { get; set; }
|
|
}
|
|
}
|