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