Пример #1
0
 public static List <Operator> GetOperatorByAccountId(string accountId)
 {
     return(Provider.GetOperatorByAccountId(accountId));
 }