Ejemplo n.º 1
0
 public LinfolkSeeder(LinfolkContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
Ejemplo n.º 2
0
 public LinfolkRepository(LinfolkContext ctx)
 {
     _ctx = ctx;
 }