Example #1
0
 public GameRepository(CelebrityContext context)
 {
     this.context = context;
 }
 public ConceptRepository(CelebrityContext context)
 {
     this.context = context;
 }
Example #3
0
 public SubcategoryRepository(CelebrityContext context)
 {
     this.context = context;
 }
Example #4
0
 public UserRepository(CelebrityContext context)
 {
     this.context = context;
 }