public ProjectPromotersRepository(MentorAppContext context) { _context = context; }
public PersonalNoteRepository(MentorAppContext context) { _context = context; }
public UserRepository(MentorAppContext context) { _context = context; }
public ProfileRepository(MentorAppContext context) { _context = context; }
public ProjectMemberRepository(MentorAppContext context) { _context = context; }
public InvitationRepository(MentorAppContext context) { _context = context; }
public TaskRepository(MentorAppContext context) { _context = context; }
public PostRepository(MentorAppContext context) { _context = context; }
public MilestoneRepository(MentorAppContext context) { _context = context; }
public MessageRepository(MentorAppContext context) { _context = context; }