LANCommander/LANCommander.SDK/Models/Collection.cs

10 lines
150 B
C#
Raw Normal View History

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