public PtUserRepository(PtInMemoryContext context) { this.context = context; }
public PtCommentsRepository(PtInMemoryContext context) { this.context = context; }
public PtTasksRepository(PtInMemoryContext context) { this.context = context; }
public PtDashboardRepository(PtInMemoryContext context) { this.context = context; }