LANCommander/LANCommander.SDK/Models/Collection.cs

9 lines
150 B
C#

using System;
namespace LANCommander.SDK.Models
{
public class Collection : KeyedModel
{
public string Name { get; set; }
}
}