public System.Threading.Tasks.Task <GetDannBranchResponse1> GetDannBranchAsync(GetDannBranchRequest GetDannBranchRequest) { GetDannBranchRequest1 inValue = new GetDannBranchRequest1(); inValue.GetDannBranchRequest = GetDannBranchRequest; return(((DannCarltonService)(this)).GetDannBranchAsync(inValue)); }
public GetDannBranchResponse GetDannBranch(GetDannBranchRequest GetDannBranchRequest) { GetDannBranchRequest1 inValue = new GetDannBranchRequest1(); inValue.GetDannBranchRequest = GetDannBranchRequest; GetDannBranchResponse1 retVal = ((DannCarltonService)(this)).GetDannBranch(inValue); return(retVal.GetDannBranchResponse); }
System.Threading.Tasks.Task <GetDannBranchResponse1> DannCarltonService.GetDannBranchAsync(GetDannBranchRequest1 request) { return(base.Channel.GetDannBranchAsync(request)); }
GetDannBranchResponse1 DannCarltonService.GetDannBranch(GetDannBranchRequest1 request) { return(base.Channel.GetDannBranch(request)); }