Esempio n. 1
0
        public IActionResult ViewTrieuChung(int SoTrieuChung)
        {
            StoreContext context = HttpContext.RequestServices.GetService(typeof(ontapck.Models.StoreContext)) as StoreContext;

            return(View(context.GetCNtheotrieuchung(SoTrieuChung)));
        }