Exemplo n.º 1
0
 public bool Update(UsuarioCliente entity)
 {
     return(_repository.Update(entity));
 }