Exemplo n.º 1
0
 public Account AccountGetById(int id)
 {
     return(_accountRepository.AccountGetById(id));
 }