Пример #1
0
 System.Threading.Tasks.Task <GetCompositeBOEByBarcodeResponse> IGTGetBills.GetCompositeBOEByBarcodeAsync(GetCompositeBOEByBarcodeRequest request)
 {
     return(base.Channel.GetCompositeBOEByBarcodeAsync(request));
 }
Пример #2
0
 GetCompositeBOEByBarcodeResponse IGTGetBills.GetCompositeBOEByBarcode(GetCompositeBOEByBarcodeRequest request)
 {
     return(base.Channel.GetCompositeBOEByBarcode(request));
 }