Ejemplo n.º 1
0
 public PlatformOfGame Add(PlatformOfGame newGamePlatform)
 {
     db.Add(newGamePlatform);
     return(newGamePlatform);
 }
Ejemplo n.º 2
0
 public Platform Add(Platform newPlatform)
 {
     db.Add(newPlatform);
     return(newPlatform);
 }
 public CompanyPicture Add(CompanyPicture newPicture)
 {
     db.Add(newPicture);
     return(newPicture);
 }
Ejemplo n.º 4
0
 public Transac Add(Transac newTransaction)
 {
     db.Add(newTransaction);
     return(newTransaction);
 }
Ejemplo n.º 5
0
 public Game Add(Game newGame)
 {
     db.Add(newGame);
     return(newGame);
 }
Ejemplo n.º 6
0
 public CustomerPicture Add(CustomerPicture newPicture)
 {
     db.Add(newPicture);
     return(newPicture);
 }
Ejemplo n.º 7
0
 public Promotion Add(Promotion newPromotion)
 {
     db.Add(newPromotion);
     return(newPromotion);
 }
Ejemplo n.º 8
0
 public Company Add(Company newCustomer)
 {
     db.Add(newCustomer);
     return(newCustomer);
 }
Ejemplo n.º 9
0
 public Cart Add(Cart newCart)
 {
     db.Add(newCart);
     return(newCart);
 }
Ejemplo n.º 10
0
 public Tag Add(Tag newTag)
 {
     db.Add(newTag);
     return(newTag);
 }
Ejemplo n.º 11
0
 public WishList Add(WishList addWishList)
 {
     db.Add(addWishList);
     return(addWishList);
 }
Ejemplo n.º 12
0
 public Review Add(Review newReview)
 {
     db.Add(newReview);
     return(newReview);
 }
Ejemplo n.º 13
0
 public GameTag Add(GameTag newGameTag)
 {
     db.Add(newGameTag);
     return(newGameTag);
 }
Ejemplo n.º 14
0
 public OrderDetail Add(OrderDetail newOrderDetail)
 {
     db.Add(newOrderDetail);
     return(newOrderDetail);
 }
Ejemplo n.º 15
0
 public CreditCard Add(CreditCard addCreditCard)
 {
     db.Add(addCreditCard);
     return(addCreditCard);
 }
 public EventPromotion Add(EventPromotion newEventPromotion)
 {
     db.Add(newEventPromotion);
     return(newEventPromotion);
 }
Ejemplo n.º 17
0
 public GamePicture Add(GamePicture newPicture)
 {
     db.Add(newPicture);
     return(newPicture);
 }
Ejemplo n.º 18
0
 public Code Add(Code addCode)
 {
     db.Add(addCode);
     return(addCode);
 }