예제 #1
0
 public IssueRepository(AllDbContext allDbContext)
 {
     context = allDbContext;
 }
예제 #2
0
 public Integration(AllDbContext allDbContext)
 {
     context = allDbContext;
 }