예제 #1
0
 protected string GetTourCount(string companyId)
 {
     return(tourBll.GetTourNumber(companyId, EyouSoft.Model.TourStructure.TourDisplayType.线路产品).ToString());
 }