Example #1
0
 public ThongKeChiTietController(IThongKeNhanhService thongKeNhanhService,
                                 ILoaiVeService loaiVeService, IApplicationUserService appUser,
                                 IVaoService vaoService, ILoaiXeService loaiXeService)
 {
     _thongKeNhanhService = thongKeNhanhService;
     _loaiVeService       = loaiVeService;
     _appUser             = appUser;
     _vaoService          = vaoService;
     _loaiXeService       = loaiXeService;
 }
Example #2
0
 public GIACOBANsController(IGiaCoBanService service, ITinhThanhService ttService, ILoaiXeService lxService)
 {
     this.service          = service;
     this.tinhThanhService = ttService;
     this.loaiXeService    = lxService;
 }
Example #3
0
 public LOAIXEsController(ILoaiXeService service)
 {
     this.service = service;
 }