コード例 #1
0
 public AuditLogListExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession = abpSession;
 }
コード例 #2
0
 public UserListExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager)
     : base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #3
0
 public AssetOwnershipsExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #4
0
 public DynamicActionsExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #5
0
 public UsageMetricRecordsExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #6
0
 public CustomerInvoicesExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #7
0
 public PriceValiditiesExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #8
0
 public TruongGiaoDichsExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #9
0
 public SystemConfigurationsExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #10
0
 public EmployeeWarningsExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #11
0
 public AttachmentEntityTypesExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #12
0
 public PbSubjectEducationsExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #13
0
 public IncidentStatusesExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager) :
     base(tempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #14
0
 public GeneratePdfExporter(
     ITimeZoneConverter timeZoneConverter,
     IHttpContextAccessor httpContextAccessor,
     IAbpSession abpSession,
     IHostingEnvironment environment)
 {
     _timeZoneConverter   = timeZoneConverter;
     _abpSession          = abpSession;
     _httpContextAccessor = httpContextAccessor;
     _hostingEnvironment  = environment;
 }
コード例 #15
0
 public PrintBookingProfileExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IHttpContextAccessor httpContextAccessor,
     IAbpSession abpSession,
     IHostingEnvironment environment)
 {
     _timeZoneConverter   = timeZoneConverter;
     _abpSession          = abpSession;
     _httpContextAccessor = httpContextAccessor;
     _hostingEnvironment  = environment;
 }
コード例 #16
0
 public OrderExcelExporter(
     ITimeZoneConverter timeZoneConverter,
     IAbpSession abpSession,
     ITempFileCacheManager tempFileCacheManager,
     IDateTimeHelper dateTimeHelper,
     IProductManager productManager,
     IProductAttributeFormatter productAttributeFormatter)
     : base(tempFileCacheManager)
 {
     _timeZoneConverter         = timeZoneConverter;
     _abpSession                = abpSession;
     _dateTimeHelper            = dateTimeHelper;
     _productAttributeFormatter = productAttributeFormatter;
     _productManager            = productManager;
 }
コード例 #17
0
 public QueryHistoryAppService(
     IRepository <QueryHistory, long> acHistoryRepository,
     IRepository <QueryWorkerHistory, long> acWorkerHistoryRepository,
     IClockProvider clockProvider,
     ITimeZoneConverter timeZoneConverter,
     ICrawlerApiBackendClient crawlerApiBackendClient,
     IRepository <QuerySummary, long> querySummaryRepository,
     IRepository <QueryCrawlerSummary, long> queryCrawlerSummaryRepository,
     SummaryGenerator summaryGenerator)
 {
     _acHistoryRepository           = acHistoryRepository;
     _acWorkerHistoryRepository     = acWorkerHistoryRepository;
     _clockProvider                 = clockProvider;
     _timeZoneConverter             = timeZoneConverter;
     _crawlerApiBackendClient       = crawlerApiBackendClient;
     _querySummaryRepository        = querySummaryRepository;
     _queryCrawlerSummaryRepository = queryCrawlerSummaryRepository;
     _summaryGenerator              = summaryGenerator;
 }
コード例 #18
0
 public CustomerArticleGroupItemListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #19
0
 public MpMediaVoiceListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #20
0
 public MpGroupListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #21
0
 /// <summary>
 /// 构造方法
 /// </summary>
 public ProductListExcelExporter(ITimeZoneConverter timeZoneConverter, IAbpSession abpSession)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #22
0
 public MpSelfArticleGroupItemListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #23
0
 public MyStopInfo(IBusLocator busLocator, ITimeZoneConverter timezoneConverter)
 {
     _busLocator        = busLocator;
     _timezoneConverter = timezoneConverter;
 }
コード例 #24
0
 public CYDoctorListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #25
0
 public MpSecondKeyWordReplyListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #26
0
 /// <summary>
 /// 构造方法
 /// </summary>
 public Biz_CardInfoListExcelExporter(ITimeZoneConverter timeZoneConverter, IAbpSession abpSession)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #27
0
 /// <summary>
 /// 构造方法
 /// </summary>
 public WareHouseListExcelExporter(ITimeZoneConverter timeZoneConverter, IAbpSession abpSession)
 {
     _timeZoneConverter = timeZoneConverter;
     _abpSession        = abpSession;
 }
コード例 #28
0
 public MpSolicitudeTextListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #29
0
 public UserListExcelExporter(IDataTempFileCacheManager dataTempFileCacheManager, ITimeZoneConverter timeZoneConverter) : base(
         dataTempFileCacheManager)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #30
0
 public CYProblemContentListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }
コード例 #31
0
 public CustomerServiceConversationListExcelExporter(
     ITimeZoneConverter timeZoneConverter)
 {
     _timeZoneConverter = timeZoneConverter;
 }