public ProjectRepository(TimelyDBContext timelyDBContext)
 {
     _timelyDBContext = timelyDBContext;
 }
Beispiel #2
0
 public TagRepository(TimelyDBContext timelyDBContext)
 {
     _timelyDBContext = timelyDBContext;
 }
 public WorkSessionRepository(TimelyDBContext timelyDBContext)
 {
     _timelyDBContext = timelyDBContext;
 }