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