public PostFileStreamService(AQCMSContext dbCMSContext, IWorkContext workContext, IMapper mapper) : base(dbCMSContext, workContext, mapper) { }
public PostService(AQCMSContext dbCMSContext, IWorkContext workContext, IMapper mapper, IPostFileStreamService postFileStreamService) : base(dbCMSContext, workContext, mapper) { _postFileStreamService = postFileStreamService; }
public ServiceBase(AQCMSContext dbCMSContext, IWorkContext workContext, IMapper mapper) { _dbCMSContext = dbCMSContext; _workContext = workContext; _mapper = mapper; }
public SubscriberService(AQCMSContext dbCMSContext, IWorkContext workContext, IMapper mapper) : base(dbCMSContext, workContext, mapper) { }
public PostCategoryService( AQCMSContext aQCMSContext, IWorkContext workContext, IMapper mapper) : base(aQCMSContext, workContext, mapper) { }