示例#1
0
 public int Borrar(DetallesProductosModel Parametro)
 {
     try
     {
         return(cdDetallesProductos.Borrar(Parametro));
     }
     catch (Exception er)
     {
         throw new Exception(er.Message);
     }
 }