public ProductBll(ILogger logger, ICategoryBll categoryBll, IProductDao productDao, ICommodityUnitDao commodityUnitDao) { _logger = logger; _categoryBll = categoryBll; _productDao = productDao; _commodityUnitDao = commodityUnitDao; }
public QuotesBll(IConfiguration configuration, ISessionHelper sessionHelper, ITagsBll tagsBll, ICategoryBll categoryBll) { _configuration = configuration; _sessionHelper = sessionHelper; _categoryBll = categoryBll; _tagsBll = tagsBll; }
public QuotesController(IHostingEnvironment hostingEnvironment, IQuotesBll quotesBll, ICategoryBll categoryBll, ITagsBll tagsBll) { _hostingEnvironment = hostingEnvironment; _quotesBll = quotesBll; _categoryBll = categoryBll; _tagsBll = tagsBll; }
public HomeController(IPostBll postBll, ICommentBll commentBll, ICategoryBll categoryBll, ISearchDetailsBll searchDetailsBll, INoticeBll noticeBll, IPostAccessRecordBll postAccessRecordBll) { CategoryBll = categoryBll; PostBll = postBll; CommentBll = commentBll; SearchDetailsBll = searchDetailsBll; NoticeBll = noticeBll; PostAccessRecordBll = postAccessRecordBll; }
public PostController(IPostBll postBll, ICategoryBll categoryBll, IBroadcastBll broadcastBll, ISeminarBll seminarBll, IPostAccessRecordBll postAccessRecordBll, ICommentBll commentBll, IPostHistoryVersionBll postHistoryVersionBll) { PostBll = postBll; CategoryBll = categoryBll; BroadcastBll = broadcastBll; SeminarBll = seminarBll; PostAccessRecordBll = postAccessRecordBll; CommentBll = commentBll; PostHistoryVersionBll = postHistoryVersionBll; }
public CommodityUnitBll(ILogger logger, ICategoryBll categoryBll, IProductBll productBll, IStatusBll statusBll, IStoreBll storeBll, IVendorBll vendorBll, ICommodityUnitDao commodityUnitDao) { _logger = logger; _categoryBll = categoryBll; _productBll = productBll; _statusBll = statusBll; _storeBll = storeBll; _vendorBll = vendorBll; _commodityUnitDao = commodityUnitDao; }
public CategoryController(ICategoryBll categoryBll, IPostBll postBll) { CategoryBll = categoryBll; _postBll = postBll; }
public ContentController(IContentBll contentBll, ICategoryBll categoryBll, IModelBll modelBll) { _contentBll = contentBll; _categoryBll = categoryBll; _modelBll = modelBll; }
public GetCategoriesService(ICategoryBll category) { _category = category; }
public CategoryController(ICategoryBll categoryBll) { CategoryBll = categoryBll; }
// readonly private ILogger _logger; public AddCategoryService(ICategoryBll categoryBll) { _categoryBll = categoryBll; }
public CategoryController(IModelBll modelBll, IModelFieldBll modelFieldBll, ICategoryBll categoryBll) { _modelBll = modelBll; _modelFieldBll = modelFieldBll; _categoryBll = categoryBll; }