Пример #1
0
 public RTDRepository(ILogger <RTDRepository> logger, RTDContext ctx)
 {
     this.logger = logger;
     this.ctx    = ctx;
 }
Пример #2
0
 public RTDSeeder(RTDContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager)
 {
     this.ctx         = ctx;
     this.hosting     = hosting;
     this.userManager = userManager;
 }