Mineplex2018-withcommit/Website/LOC.Core/Model/Account/Rank.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

10 lines
156 B
C#

namespace LOC.Core.Model.Account
{
public class Rank
{
public int RankId { get; set; }
public string Name { get; set; }
}
}