Exemple #1
0
 public IHttpActionResult GetAllOffersPrivate()
 {
     try
     {
         return(Ok(offerService.GetAllOffersPrivate()));
     }
     catch (Exception e)
     {
         return(InternalServerError(e));
     }
 }