예제 #1
0
        public async Task <ActionResult> EmailTemplateUpdate(int?id)
        {
            var model = await _emailTemplateService.FindAsync(id);

            return(View(model));
        }