Exemple #1
0
 public async Task <ActionResult <Amenity> > GetAmenity(int id)
 {
     return(await repository.GetOneByIdAsync(id));
 }