Example #1
0
 public void AddAdmin(ulong userid, ulong serverid)
 {
     context.AddAdmin(userid, serverid);
 }