Beispiel #1
0
        public async Task <FOCGetResponse> GetQRFFOCDetails(PaxGetRequest objQRFFOCGetReq, string ticket)
        {
            FOCGetResponse objFOCSetRes = new FOCGetResponse();

            objFOCSetRes = await serviceProxy.PostData(_configuration.GetValue <string>("ServiceFOC:GetQRFFOCDetails"), objQRFFOCGetReq, typeof(FOCGetResponse), ticket);

            return(objFOCSetRes);
        }
Beispiel #2
0
        public async Task <PaxGetResponse> GetQRFPaxRangeDetails(PaxGetRequest objQRFPaxGetReq, string ticket)
        {
            PaxGetResponse objPaxSetRes = new PaxGetResponse();

            objPaxSetRes = await serviceProxy.PostData(_configuration.GetValue <string>("ServicePaxSlab:GetQRFPaxRangeDetails"), objQRFPaxGetReq, typeof(PaxGetResponse), ticket);

            return(objPaxSetRes);
        }