Пример #1
0
 public async void Add([FromBody] UserItem item)
 {
     await _repository.AddUserAsync(item);
 }