Пример #1
0
 public bool UpdateAccount(int accountId, beAccount accountEntity)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public int CreateAccount(beAccount accountEntity)
 {
     throw new NotImplementedException();
 }