Exemplo n.º 1
0
 public bool AccountUpdate(AccountUpdate request)
 {
     return(_accountRepository.AccountUpdate(request));
 }