예제 #1
0
 public ChallengeLogic(TheArtifactDbContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #2
0
 public HistoryLogic(TheArtifactDbContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #3
0
 public TeamLogic(TheArtifactDbContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #4
0
 public DashboardLogic(TheArtifactDbContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #5
0
 public ImageLogic(TheArtifactDbContext dbContext)
 {
     _dbContext = dbContext;
 }