Ejemplo n.º 1
0
 public Rol Activar(Rol item)
 {
     return(_RolRepository.Activar(item));
 }