Ejemplo n.º 1
0
 public ResultMessage <Rol> SoftDelete(int id)
 {
     return(repository.SoftDelete(id));
 }