Example #1
0
 public HelpOffer AddOffer(HelpOffer helpOffer)
 {
     if (helpOffer == null)
     {
         return(helpOffer);
     }
     appDbContext.HelpOffers.Add(helpOffer);
     return(helpOffer);
 }
Example #2
0
 public HelpOffer UpdateOffer(HelpOffer helpOffer)
 {
     throw new NotImplementedException();
 }