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