public TrendAnalysisController(TrendAnalysisService trendAnalysisSerivce) { this.trendAnalysisSerivce = trendAnalysisSerivce; }
//private readonly ILogger<StationeryRetrievalController> _logger; //private EmployeeService empservice; public TrendAnalysisController(ProductCategoryService productcatservice, DepartmentService deptservice, RequisitionService reqservice, TrendAnalysisService taservice) { //_logger = logger; this.productcatservice = productcatservice; this.deptservice = deptservice; this.reqservice = reqservice; this.taservice = taservice; }