コード例 #1
0
 public RepoParticipants(GevDbContext context) : base(context)
 {
 }
コード例 #2
0
 public RepoBase(GevDbContext context)
 {
     _context = context;
 }
コード例 #3
0
 public RepoAdresses(GevDbContext context) : base(context)
 {
 }
コード例 #4
0
ファイル: RepoEvenements.cs プロジェクト: GilWA/GEV
 public RepoEvenements(GevDbContext context) : base(context)
 {
 }
コード例 #5
0
 public RepoInterets(GevDbContext context, UserManager <IdentityUser> userManager) : base(context)
 {
     _userManager = userManager;
 }