Exemplo n.º 1
0
 public List <DC_CityAreaLocation> GetMasterCityAreaLocationDetail(string CityAreaLocation_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCityAreaLocationDetail(Guid.Parse(CityAreaLocation_Id)));
     }
 }
Exemplo n.º 2
0
 public List <DC_Keyword> DataHandler_Keyword_Get()
 {
     using (BL_Masters objBL = new BL_Masters())
     {
         return(objBL.SearchKeyword(null));
     }
 }
Exemplo n.º 3
0
 public DC_Message ApplyKeyword(DC_keywordApply_RQ RQ)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.ApplyKeyword(RQ));
     }
 }
Exemplo n.º 4
0
 public IList <DataContracts.DC_Master_City> GetAllCountrywiseCitiesList(List <string> CountryIdList)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetAllCountrywiseCitiesList(CountryIdList.ConvertAll(Guid.Parse)));
     }
 }
Exemplo n.º 5
0
 public List <DataContracts.Masters.DC_Supplier_StaticDataDownload> SupplierStaticDataDownload_Get(DataContracts.Masters.DC_Supplier_StaticDataDownload objApiLoc)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.SupplierStaticDataDownload_Get(objApiLoc));
     }
 }
Exemplo n.º 6
0
 public IList <DC_ZoneHotelList> SearchZoneHotels(DataContracts.Masters.DC_ZoneRQ param)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.SearchZoneHotels(param));
     }
 }
Exemplo n.º 7
0
 public DC_Message IncludeExcludeHotels(DataContracts.Masters.DC_ZoneRQ param)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.IncludeExcludeHotels(param));
     }
 }
Exemplo n.º 8
0
 public List <DC_Activity_DDL> GetActivityByCountryCity(string CountryName, string CityName)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetActivityByCountryCity(CountryName, CityName));
     }
 }
Exemplo n.º 9
0
 public List <DC_Supplier_DDL> GetSuppliersByProductCategory(string ProductCategory)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetSuppliersByProductCategory(ProductCategory));
     }
 }
Exemplo n.º 10
0
 public List <DC_CountryMaster> GetCountryCodes(string obj_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetCountryCodes(Guid.Parse(obj_Id)));
     }
 }
Exemplo n.º 11
0
 public List <DC_CountryMaster> GetMasterCountryDataList()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCountryDataList());
     }
 }
Exemplo n.º 12
0
 public List <DC_State_Master_DDL> GetStateByCity(string City_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetStateByCity(Guid.Parse(City_Id)));
     }
 }
Exemplo n.º 13
0
 public List <DC_Supplier_DDL> GetSupplierMasterData()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetSupplierMasterData());
     }
 }
Exemplo n.º 14
0
 public DC_Supplier_DDL GetSupplierDataByMapping_Id(string objName, string Mapping_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetSupplierDataByMapping_Id(objName, Guid.Parse(Mapping_Id)));
     }
 }
Exemplo n.º 15
0
 public IList <DataContracts.Masters.DC_Ranks> GetRanksOfCountryMaster()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetRanksOfCountryMaster());
     }
 }
Exemplo n.º 16
0
 public bool SaveCityArea(DC_CityArea _obj)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.SaveCityArea(_obj));
     }
 }
Exemplo n.º 17
0
 public DataContracts.DC_Message DeactivateOrActivateZones(DataContracts.Masters.DC_ZoneRQ param)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.DeactivateOrActivateZones(param));
     }
 }
Exemplo n.º 18
0
 public List <DC_CityArea> GetMasterCityAreaData(string City_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCityAreaData(Guid.Parse(City_Id)));
     }
 }
Exemplo n.º 19
0
 public DC_Message UpdateZoneHotelsInTable(DataContracts.Masters.DC_ZoneRQ param)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.UpdateZoneHotelsInTable(param));
     }
 }
Exemplo n.º 20
0
 public DC_Message AddUpdateKeyword(DC_Keyword _obj)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.AddUpdateKeyword(_obj));
     }
 }
Exemplo n.º 21
0
 public IList <DataContracts.DC_Master_Country> GetRegionwiseCountriesList(List <string> RegionCodeList)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetRegionwiseCountriesList(RegionCodeList));
     }
 }
Exemplo n.º 22
0
 public List <DC_keyword_alias> SearchKeywordAlias(DC_Keyword_RQ RQ)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.SearchKeywordAlias(RQ));
     }
 }
Exemplo n.º 23
0
 public DataContracts.DC_Message SupplierStaticDataDownload_AddUpdate(DataContracts.Masters.DC_Supplier_StaticDataDownload objApiLoc)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.SupplierStaticDataDownload_AddUpdate(objApiLoc));
     }
 }
Exemplo n.º 24
0
 public DC_Message ReRunKeyword(string Entity, string Table, string Supplier_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.ReRunKeyword(Entity, Table, Supplier_Id));
     }
 }
Exemplo n.º 25
0
 //GAURAV_TMAP_875
 public IList <DataContracts.Masters.DC_Priorities> GetPrioritiesOfAccommodationMaster()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetPrioritiesOfAccommodationMaster());
     }
 }
Exemplo n.º 26
0
        //public string[] GetColumnNames(string TableName)
        //{
        //    using (BusinessLayer.BL_Masters obj = new BL_Masters())
        //    {
        //        return obj.GetColumnNames(TableName);
        //    }
        //}

        public List <string> GetListOfColumnNamesByTable(string TableName)
        {
            using (BusinessLayer.BL_Masters obj = new BL_Masters())
            {
                return(obj.GetListOfColumnNamesByTable(TableName));
            }
        }
Exemplo n.º 27
0
 public void DataHandler_Keyword_Update_NoOfHits(List <DC_keyword_alias> NoOfHits)
 {
     using (BL_Masters objBL = new BL_Masters())
     {
         objBL.DataHandler_Keyword_Update_NoOfHits(NoOfHits);
     }
 }
Exemplo n.º 28
0
 public DataContracts.DC_Message AddZoneCityMapping(DataContracts.Masters.DC_ZoneRQ param)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.AddZoneCityMapping(param));
     }
 }
Exemplo n.º 29
0
 public IList <DC_Supplier> GetSupplier(DC_Supplier_Search_RQ RQ)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetSupplier(RQ));
     }
 }
Exemplo n.º 30
0
 public List <DC_City_Master_DDL> GetMasterCityData(string country_id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCityData(Guid.Parse(country_id)));
     }
 }