Ejemplo n.º 1
0
 public HomeController(IHackTrackDbContext hackTrackDbContext)
 {
     _hackTrackDbContext = hackTrackDbContext;
 }
 public TeamMemberStatusService(IHackTrackDbContext hackTrackDbContext)
 {
     _hackTrackDbContext = hackTrackDbContext;
 }
 public TrelloMemberPersistenceService(IHackTrackDbContext hackTrackDbContext)
 {
     _hackTrackDbContext = hackTrackDbContext;
 }