Example #1
0
 public bool EliminarProducto(int productoID)
 {
     return(repository.DeleteById(productoID));
 }