示例#1
0
        public IActionResult Post([FromBody] TCreateInput type)
        {
            var dto = Service.Create(type);

            return(Ok(dto));
        }