Beispiel #1
0
    public System.Threading.Tasks.Task <GetBookedRoomsByBranchResponse1> GetBookedRoomsByBranchAsync(GetBookedRoomsByBranchRequest GetBookedRoomsByBranchRequest)
    {
        GetBookedRoomsByBranchRequest1 inValue = new GetBookedRoomsByBranchRequest1();

        inValue.GetBookedRoomsByBranchRequest = GetBookedRoomsByBranchRequest;
        return(((DannCarltonService)(this)).GetBookedRoomsByBranchAsync(inValue));
    }
Beispiel #2
0
    public GetBookedRoomsByBranchResponse GetBookedRoomsByBranch(GetBookedRoomsByBranchRequest GetBookedRoomsByBranchRequest)
    {
        GetBookedRoomsByBranchRequest1 inValue = new GetBookedRoomsByBranchRequest1();

        inValue.GetBookedRoomsByBranchRequest = GetBookedRoomsByBranchRequest;
        GetBookedRoomsByBranchResponse1 retVal = ((DannCarltonService)(this)).GetBookedRoomsByBranch(inValue);

        return(retVal.GetBookedRoomsByBranchResponse);
    }
Beispiel #3
0
 System.Threading.Tasks.Task <GetBookedRoomsByBranchResponse1> DannCarltonService.GetBookedRoomsByBranchAsync(GetBookedRoomsByBranchRequest1 request)
 {
     return(base.Channel.GetBookedRoomsByBranchAsync(request));
 }
Beispiel #4
0
 GetBookedRoomsByBranchResponse1 DannCarltonService.GetBookedRoomsByBranch(GetBookedRoomsByBranchRequest1 request)
 {
     return(base.Channel.GetBookedRoomsByBranch(request));
 }