public ItemTaskRepository(KanbanDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public SprintRepository(KanbanDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public UserRepository(KanbanDbContext context)
 {
     _context = context;
 }
 public BacklogItemRepository(KanbanDbContext context)
 {
     _context = context;
 }