Esempio n. 1
0
        public async Task <IActionResult> Index()
        {
            var profile = await _termoRepository.GetActiveProfile();

            Log.Information <TermoController>(LogBuilder.StartNew("header").KeyValue("valore", 1), this);

            return(View(profile));
        }