Exemple #1
0
 public static string DeleteProducto(int id)
 {
     return(ProductoDAL.DeleteProducto(id));
 }