Exemplo n.º 1
0
 public UserStoryRepository(ServerDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public AcceptanceTestRepository(ServerDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public ProjectRepository(ServerDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public SprintTeamMemberRepository(ServerDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public SprintRepository(ServerDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 6
0
 public ProjectTeamMemberRepository(ServerDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 7
0
 public TaskRepository(ServerDbContext context)
 {
     this.context = context;
 }