Exemplo n.º 1
0
        public async Task <ActionResult <ResponseResult <ICollection <Offer> > > > GetOffer(Guid offerId)
        {
            var offers = await _offersService.GetAllGymsOffers();

            return(offers);
        }