示例#1
0
        public async Task <ActionResult> Create(CreateClientInput input)
        {
            await _ClientAppService.Create(input);

            return(RedirectToAction("Index"));
        }