コード例 #1
0
 public string GetPriceListId(string touroperator, string siteCode, string offerCode, PriceListType pType)
 {
     return(PriceListRepository.GetModel(touroperator, siteCode, offerCode, pType).id);
 }
コード例 #2
0
 public PriceListModel GetModel(string tourOperatorCode, string siteCode, string offerCode, PriceListType pType)
 {
     return(PriceListRepository.GetModel(tourOperatorCode, siteCode, offerCode, pType));
 }