Ejemplo n.º 1
0
 public Task <Thing> Get(string id)
 {
     return(_thingRepository.FindByIdAsync(id));
 }