コード例 #1
0
 public List <string> GetAllMasteryRoles(ulong serverid)
 {
     return(context.GetAllMasteryRoles(serverid));
 }