コード例 #1
0
ファイル: BazaSeeder.cs プロジェクト: Ravensbow/BudEgz-web
 public BazaSeeder(BazaContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }
コード例 #2
0
 public BazaRepository(BazaContext ctx)
 {
     this.ctx = ctx;
 }