Пример #1
0
 public PromoCodeRepository(ContextSqlLite context)
 {
     _context = context;
 }
Пример #2
0
 public ShoppingCartRepository(ContextSqlLite context)
 {
     _context = context;
 }