public PromoCodeRepository(ContextSqlLite context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ShoppingCartRepository(ContextSqlLite context)
 {
     _context = context;
 }