예제 #1
0
 public TinTucService(YourTourContext db)
 {
     this._db = db;
 }
예제 #2
0
 public AdminService(YourTourContext db)
 {
     this._db = db;
 }
 public DattourService(YourTourContext db, IHostingEnvironment hostingEnvironment)
 {
     this._db = db;
     this._hostingEnvironment = hostingEnvironment;
 }
예제 #4
0
 public StatisticService(YourTourContext db)
 {
     this._db = db;
 }
예제 #5
0
 public KhachSanService(YourTourContext db)
 {
     this._db = db;
 }
예제 #6
0
 public TourController(TourService tourService, YourTourContext db, TravelService travelService)
 {
     this._tourService   = tourService;
     this._travelService = travelService;
     this._db            = db;
 }
예제 #7
0
 public DiaDiemService(YourTourContext db)
 {
     this._db = db;
 }
예제 #8
0
 public LocationService(YourTourContext db)
 {
     this._db = db;
 }
 public HoaDonService(YourTourContext db)
 {
     this._db = db;
 }
 public DiaDiemController(LocationService locationService, YourTourContext db)
 {
     this._locationService = locationService;
     this._db = db;
 }
예제 #11
0
 public CommonService(YourTourContext db)
 {
     this._db = db;
 }
예제 #12
0
 public LienHeService(YourTourContext db)
 {
     this._db = db;
 }
예제 #13
0
 public KinhNghiemDuLichService(YourTourContext db)
 {
     this._db = db;
 }