Esempio n. 1
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrResponse> GetCustomersByOrgNrAsync(string organisationNr, bool onlyNonActive, string ticket)
 {
     Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrRequest inValue = new Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrRequest();
     inValue.organisationNr = organisationNr;
     inValue.onlyNonActive  = onlyNonActive;
     inValue.ticket         = ticket;
     return(((Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService)(this)).GetCustomersByOrgNrAsync(inValue));
 }
Esempio n. 2
0
 public Gro.Infrastructure.Data.Lm2CustomerSupportService.Customer[] GetCustomersByOrgNr(string organisationNr, bool onlyNonActive, string ticket)
 {
     Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrRequest inValue = new Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrRequest();
     inValue.organisationNr = organisationNr;
     inValue.onlyNonActive  = onlyNonActive;
     inValue.ticket         = ticket;
     Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrResponse retVal = ((Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService)(this)).GetCustomersByOrgNr(inValue);
     return(retVal.GetCustomersByOrgNrResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrResponse> Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService.GetCustomersByOrgNrAsync(Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrRequest request)
 {
     return(base.Channel.GetCustomersByOrgNrAsync(request));
 }
Esempio n. 4
0
 Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrResponse Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService.GetCustomersByOrgNr(Gro.Infrastructure.Data.Lm2CustomerSupportService.GetCustomersByOrgNrRequest request)
 {
     return(base.Channel.GetCustomersByOrgNr(request));
 }