public ItemTaskRepository(KanbanDbContext context) { _context = context; }
public SprintRepository(KanbanDbContext context) { _context = context; }
public UserRepository(KanbanDbContext context) { _context = context; }
public BacklogItemRepository(KanbanDbContext context) { _context = context; }