Exemplo n.º 1
0
 public UnitOfWork(JeSuisCathoDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public PostRepository(JeSuisCathoDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public ArticleRepository(JeSuisCathoDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public ChurchRepository(JeSuisCathoDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public DocumentRepository(JeSuisCathoDbContext context)
 {
     this.context = context;
 }