Exemple #1
0
        public ActionResult <Dictionary <int, string> > GetCompaniesDDL()
        {
            var result = _companyRepo.GetCompaniesDDL();

            return(Ok(result));
        }