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