Exemple #1
0
 public ConnectorSeeder(ConnectorContext ctx, IWebHostEnvironment hosting, UserManager <User> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }
 public ConnectorRepository(ConnectorContext ctx)
 {
     _ctx = ctx;
 }