예제 #1
0
 public TrendAnalysisController(TrendAnalysisService trendAnalysisSerivce)
 {
     this.trendAnalysisSerivce = trendAnalysisSerivce;
 }
예제 #2
0
        //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;
        }