Пример #1
0
 public AccountEntity GetAccountById(int id)
 {
     return(_accountLogic.GetAccountById(id));
 }