Beispiel #1
0
 public async Task Post([FromBody] Value value)
 {
     await _repository.Insert(value);
 }