Пример #1
0
 public BenefitsTrackerRepository(BenefitsTrackerContext ctx)
 {
     _ctx = ctx;
 }
 public TrackerSeeder(BenefitsTrackerContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }