示例#1
0
 public void AddInviteLink(ulong userid, ulong serverid, string key)
 {
     context.AddInviteLink(userid, serverid, key);
 }