コード例 #1
0
 public Rol Desactivar(Rol item)
 {
     return(_RolRepository.Desactivar(item));
 }