Ejemplo n.º 1
0
        public async Task <IActionResult> Log()
        {
            var m = await DbAdminLog.GetLog();

            return(View(m));
        }