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