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