Esempio n. 1
0
 public OccasionRepository(ISneakerContext context)
 {
     _context = context;
 }
 public BrandRepository(ISneakerContext context)
 {
     _context = context;
 }
 public SneakerRepository(ISneakerContext context)
 {
     _context = context;
 }