Ejemplo n.º 1
0
 public AdminController(QuantitySevice quantitySevice, TravelService travelService,
                        IHostingEnvironment hostingEnvironment, TourContext db,
                        StaffService staffService)
 {
     this._staffService       = staffService;
     this._hostingEnvironment = hostingEnvironment;
     this._quantitySevice     = quantitySevice;
     this._travelService      = travelService;
     this._db = db;
 }
Ejemplo n.º 2
0
 public CountViewComponent(QuantitySevice quantitySevice)
 {
     this._quantitySevice = quantitySevice;
 }