Exemplo n.º 1
0
 /// <inheritdoc />
 public Task <BedModel> GetById(string id)
 {
     return(_bedRepository.FindAsync(id));
 }