Esempio n. 1
0
 public System.Threading.Tasks.Task <SGI.Proxy.Services.DetallePedidoServices.EntityDetallePedido> SelectByKeyAsync(SGI.Proxy.Services.DetallePedidoServices.KeyDetallePedido oKeyDetallePedido)
 {
     return(base.Channel.SelectByKeyAsync(oKeyDetallePedido));
 }
Esempio n. 2
0
 public SGI.Proxy.Services.DetallePedidoServices.EntityDetallePedido SelectByKey(SGI.Proxy.Services.DetallePedidoServices.KeyDetallePedido oKeyDetallePedido)
 {
     return(base.Channel.SelectByKey(oKeyDetallePedido));
 }