Exemple #1
0
 public SeedingService(SalesMVCContext context)
 {
     _context = context;
 }
Exemple #2
0
 public SeedingService(SalesMVCContext context) //This Constructor is for Injection of Dependency
 {
     _Context = context;
 }