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