Esempio n. 1
0
 public void RemoveRoleByPoints(ulong serverid, int points)
 {
     context.RemoveRoleByPoints(serverid, points);
 }