Beispiel #1
0
 public TagRepository(TaskMasterContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ProjectRepository(TaskMasterContext context)
 {
     Context = context;
 }