Ejemplo n.º 1
0
 public Task <Thing> Post([FromBody] Thing thing)
 {
     return(_thingRepository.InsertAsync(thing));
 }