示例#1
0
        public IActionResult Create()
        {
            GastronomiaVM vm = new GastronomiaVM();

            return(View(vm));
        }