Пример #1
0
 public Message BandingPayee(int userid, byte type, string acc)
 {
     return(accountsData.BandingPayee(userid, type, acc));
 }