Example #1
0
 public SkillRepository(HallOfFameContex context)
     : base(context)
 {
 }
Example #2
0
 public Repository(HallOfFameContex contextDB)
 {
     this.contextDB = contextDB;
     this.dbSet     = this.contextDB.Set <T>();
 }
Example #3
0
 public PersonRepository(HallOfFameContex context)
     : base(context)
 {
 }
Example #4
0
 public RepositoryOfGIdGuid(HallOfFameContex contextDB)
     : base(contextDB)
 {
 }