Exemple #1
0
 public List <string> GetAccountsOfRole(string roleID, int from, int count)
 {
     byte[] list = RemoteHelper.GetAccountsOfRole(roleID, from, count);
     return(We7Helper.BytesToObject(list) as List <string>);
 }