Example #1
0
        public HomeController(IEmployeePostionService employeePostionService,
            ILeftNavigationsService leftNavigationsService
           )
        {
            _employeePostionService = employeePostionService;
            _leftNavigationsService = leftNavigationsService;

        }
 public LeftNavigationController(ILeftNavigationsService leftNavigationsService)
 {
     _leftNavigationsService = leftNavigationsService;
 }