public EmployeeWithEntityFramwork.BankIdService.CollectResponseType Collect(string orderRef) { EmployeeWithEntityFramwork.BankIdService.CollectRequest inValue = new EmployeeWithEntityFramwork.BankIdService.CollectRequest(); inValue.orderRef = orderRef; EmployeeWithEntityFramwork.BankIdService.CollectResponse retVal = ((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).Collect(inValue); return(retVal.CollectResponse1); }
public System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.CollectResponse> CollectAsync(string orderRef) { EmployeeWithEntityFramwork.BankIdService.CollectRequest inValue = new EmployeeWithEntityFramwork.BankIdService.CollectRequest(); inValue.orderRef = orderRef; return(((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).CollectAsync(inValue)); }
System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.CollectResponse> EmployeeWithEntityFramwork.BankIdService.RpServicePortType.CollectAsync(EmployeeWithEntityFramwork.BankIdService.CollectRequest request) { return(base.Channel.CollectAsync(request)); }
EmployeeWithEntityFramwork.BankIdService.CollectResponse EmployeeWithEntityFramwork.BankIdService.RpServicePortType.Collect(EmployeeWithEntityFramwork.BankIdService.CollectRequest request) { return(base.Channel.Collect(request)); }