Пример #1
0
 public ProjectRepository(TimelyDBContext timelyDBContext)
 {
     _timelyDBContext = timelyDBContext;
 }
Пример #2
0
 public TagRepository(TimelyDBContext timelyDBContext)
 {
     _timelyDBContext = timelyDBContext;
 }
Пример #3
0
 public WorkSessionRepository(TimelyDBContext timelyDBContext)
 {
     _timelyDBContext = timelyDBContext;
 }