コード例 #1
0
 public async Task <bool> AddUser([FromBody] UserModel input)
 {
     return(await _settingService.AddUser(input));
 }