Exemple #1
0
 public SeedData(ImpulseBuyContext context)
 {
     _context = context;
 }
 public RepositoryBase(ImpulseBuyContext context)
 {
     _context = context;
 }