Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SGI.Proxy.Services.CargoServices.EntityCargo> SelectByKeyAsync(SGI.Proxy.Services.CargoServices.KeyCargo oKeyCargo)
 {
     return(base.Channel.SelectByKeyAsync(oKeyCargo));
 }
Exemplo n.º 2
0
 public SGI.Proxy.Services.CargoServices.EntityCargo SelectByKey(SGI.Proxy.Services.CargoServices.KeyCargo oKeyCargo)
 {
     return(base.Channel.SelectByKey(oKeyCargo));
 }