Пример #1
0
        public IActionResult NovoChamado()
        {
            try
            {
                var empresa_Global = Convert.ToInt32(Request.Cookies["empresa_global"]);
                ViewBag.Series = _chamadoService.GetAllSeries(empresa_Global);

                return(View());
            }
            catch (Exception)
            {
                throw;
            }
        }