示例#1
0
 public bool IsRoleDisabled(string parameter, ulong serverid)
 {
     return(context.IsRoleDisabled(parameter, serverid));
 }