Example #1
0
 public EntityDetallePedido Delete(EntityDetallePedido oEntityDetallePedido, CTransaction oCTransaction)
 {
     try
     {
         DataDetallePedidoRepository data = new DataDetallePedidoRepository(oEntityDetallePedido, "detalle_pedido");
         return(data.Delete(oCTransaction));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }