Exemple #1
0
 public PtUserRepository(PtInMemoryContext context)
 {
     this.context = context;
 }
 public PtCommentsRepository(PtInMemoryContext context)
 {
     this.context = context;
 }
Exemple #3
0
 public PtTasksRepository(PtInMemoryContext context)
 {
     this.context = context;
 }
Exemple #4
0
 public PtDashboardRepository(PtInMemoryContext context)
 {
     this.context = context;
 }