Beispiel #1
0
 public TaskRepository(IScrumContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SprintRepository(IScrumContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ReminderRepository(IScrumContext context)
 {
     _context = context;
 }