Exemplo n.º 1
0
        public IActionResult Index()
        {
            ConfigurationModel model = new ConfigurationModel();

            model.Sources            = _sourceService.All();
            model.objFinanceSubTypes = _financeService.GetFSubTypes();
            model.Tasks        = _participantService.GetTasks();
            model.ProjectTypes = _projectService.GetProjectTypes();
            return(View(model));
        }