Example #1
0
 public int GetAccountCountOfRole(string roleID)
 {
     return(RemoteHelper.GetAccountCountOfRole(roleID));
 }