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