Beispiel #1
0
 public PKSeeder(PKContext context,
                 IWebHostEnvironment hosting,
                 UserManager <PKUser> userManager)
 {
     _context     = context;
     _hosting     = hosting;
     _userManager = userManager;
 }
Beispiel #2
0
 public PKRepository(PKContext context)
 {
     _context = context;
 }