Exemplo n.º 1
0
 public Rol Desactivar(Rol item)
 {
     return(_RolRepository.Desactivar(item));
 }