예제 #1
0
    public System.Threading.Tasks.Task <GetRoomsByBranchResponse1> GetRoomsByBranchAsync(GetRoomsByBranchRequest GetRoomsByBranchRequest)
    {
        GetRoomsByBranchRequest1 inValue = new GetRoomsByBranchRequest1();

        inValue.GetRoomsByBranchRequest = GetRoomsByBranchRequest;
        return(((DannCarltonService)(this)).GetRoomsByBranchAsync(inValue));
    }
예제 #2
0
    public GetRoomsByBranchResponse GetRoomsByBranch(GetRoomsByBranchRequest GetRoomsByBranchRequest)
    {
        GetRoomsByBranchRequest1 inValue = new GetRoomsByBranchRequest1();

        inValue.GetRoomsByBranchRequest = GetRoomsByBranchRequest;
        GetRoomsByBranchResponse1 retVal = ((DannCarltonService)(this)).GetRoomsByBranch(inValue);

        return(retVal.GetRoomsByBranchResponse);
    }
예제 #3
0
 System.Threading.Tasks.Task <GetRoomsByBranchResponse1> DannCarltonService.GetRoomsByBranchAsync(GetRoomsByBranchRequest1 request)
 {
     return(base.Channel.GetRoomsByBranchAsync(request));
 }
예제 #4
0
 GetRoomsByBranchResponse1 DannCarltonService.GetRoomsByBranch(GetRoomsByBranchRequest1 request)
 {
     return(base.Channel.GetRoomsByBranch(request));
 }