示例#1
0
 public async Task <ActionResult <IEnumerable <AmenityDTO> > > GetAmenities()
 {
     return(await _amenities.GetAll());
 }