Esempio n. 1
0
    public System.Threading.Tasks.Task <GetBillOfEntryDetailsForFZAResponse> GetBillOfEntryDetailsForFZAAsync(int b_year, string b_section, string b_billno)
    {
        GetBillOfEntryDetailsForFZARequest inValue = new GetBillOfEntryDetailsForFZARequest();

        inValue.b_year    = b_year;
        inValue.b_section = b_section;
        inValue.b_billno  = b_billno;
        return(((IGTGetBills)(this)).GetBillOfEntryDetailsForFZAAsync(inValue));
    }
Esempio n. 2
0
    public System.Data.DataSet GetBillOfEntryDetailsForFZA(int b_year, string b_section, string b_billno)
    {
        GetBillOfEntryDetailsForFZARequest inValue = new GetBillOfEntryDetailsForFZARequest();

        inValue.b_year    = b_year;
        inValue.b_section = b_section;
        inValue.b_billno  = b_billno;
        GetBillOfEntryDetailsForFZAResponse retVal = ((IGTGetBills)(this)).GetBillOfEntryDetailsForFZA(inValue);

        return(retVal.GetBillOfEntryDetailsForFZAResult);
    }
Esempio n. 3
0
 System.Threading.Tasks.Task <GetBillOfEntryDetailsForFZAResponse> IGTGetBills.GetBillOfEntryDetailsForFZAAsync(GetBillOfEntryDetailsForFZARequest request)
 {
     return(base.Channel.GetBillOfEntryDetailsForFZAAsync(request));
 }
Esempio n. 4
0
 GetBillOfEntryDetailsForFZAResponse IGTGetBills.GetBillOfEntryDetailsForFZA(GetBillOfEntryDetailsForFZARequest request)
 {
     return(base.Channel.GetBillOfEntryDetailsForFZA(request));
 }