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