Exemple #1
0
 public PlatformOfGame Add(PlatformOfGame newGamePlatform)
 {
     db.Add(newGamePlatform);
     return(newGamePlatform);
 }
 public Platform Add(Platform newPlatform)
 {
     db.Add(newPlatform);
     return(newPlatform);
 }
 public CompanyPicture Add(CompanyPicture newPicture)
 {
     db.Add(newPicture);
     return(newPicture);
 }
 public Transac Add(Transac newTransaction)
 {
     db.Add(newTransaction);
     return(newTransaction);
 }
Exemple #5
0
 public Game Add(Game newGame)
 {
     db.Add(newGame);
     return(newGame);
 }
Exemple #6
0
 public CustomerPicture Add(CustomerPicture newPicture)
 {
     db.Add(newPicture);
     return(newPicture);
 }
Exemple #7
0
 public Promotion Add(Promotion newPromotion)
 {
     db.Add(newPromotion);
     return(newPromotion);
 }
 public Company Add(Company newCustomer)
 {
     db.Add(newCustomer);
     return(newCustomer);
 }
Exemple #9
0
 public Cart Add(Cart newCart)
 {
     db.Add(newCart);
     return(newCart);
 }
 public Tag Add(Tag newTag)
 {
     db.Add(newTag);
     return(newTag);
 }
 public WishList Add(WishList addWishList)
 {
     db.Add(addWishList);
     return(addWishList);
 }
 public Review Add(Review newReview)
 {
     db.Add(newReview);
     return(newReview);
 }
Exemple #13
0
 public GameTag Add(GameTag newGameTag)
 {
     db.Add(newGameTag);
     return(newGameTag);
 }
 public OrderDetail Add(OrderDetail newOrderDetail)
 {
     db.Add(newOrderDetail);
     return(newOrderDetail);
 }
 public CreditCard Add(CreditCard addCreditCard)
 {
     db.Add(addCreditCard);
     return(addCreditCard);
 }
 public EventPromotion Add(EventPromotion newEventPromotion)
 {
     db.Add(newEventPromotion);
     return(newEventPromotion);
 }
Exemple #17
0
 public GamePicture Add(GamePicture newPicture)
 {
     db.Add(newPicture);
     return(newPicture);
 }
 public Code Add(Code addCode)
 {
     db.Add(addCode);
     return(addCode);
 }