示例#1
0
 public Rol Activar(Rol item)
 {
     return(_RolRepository.Activar(item));
 }