Пример #1
0
 public bool CheckExistsAccount(string account, int id)
 {
     return(_member.CheckExistsAccount(account, id));
 }