Example #1
0
 public AppSeeder(
     SavingsContext ctx,
     IHostingEnvironment hosting,
     UserManager <AppUser> userManager,
     IConfiguration config)
 {
     this.context     = ctx;
     this.hosting     = hosting;
     this.userManager = userManager;
     this.config      = config;
 }
Example #2
0
 public SavingsGoalsService(SavingsContext context)
 {
     Context = context;
 }