final update
This commit is contained in:
9
Website/LOC.Core/Model/Account/Rank.cs
Normal file
9
Website/LOC.Core/Model/Account/Rank.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace LOC.Core.Model.Account
|
||||
{
|
||||
public class Rank
|
||||
{
|
||||
public int RankId { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user