LANCommander/LANCommander.SDK/Models/Manifest/Collection.cs

8 lines
143 B
C#
Raw Permalink Normal View History

namespace LANCommander.SDK.Models.Manifest
{
public class Collection : BaseModel
{
public string Name { get; set; }
}
}