Exemplo n.º 1
0
 public GameRepository(CelebrityContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public ConceptRepository(CelebrityContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public SubcategoryRepository(CelebrityContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public UserRepository(CelebrityContext context)
 {
     this.context = context;
 }