示例#1
0
 public ThongKeChiTietController(IThongKeNhanhService thongKeNhanhService,
                                 ILoaiVeService loaiVeService, IApplicationUserService appUser,
                                 IVaoService vaoService, ILoaiXeService loaiXeService)
 {
     _thongKeNhanhService = thongKeNhanhService;
     _loaiVeService       = loaiVeService;
     _appUser             = appUser;
     _vaoService          = vaoService;
     _loaiXeService       = loaiXeService;
 }
示例#2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="giaHanService"></param>
 public ThongKeNhanhController(IThongKeNhanhService thongKeNhanhService,
                               IGiaHanService giaHanService)
 {
     _thongKeNhanhService = thongKeNhanhService;
     _giaHanService       = giaHanService;
 }