Exemplo n.º 1
0
 public ulong GetRoleByPoints(ulong serverid, int points)
 {
     return(context.GetRoleByPoints(serverid, points));
 }