public ScrambleService(TimerDBContext context)
 {
     _dbContext = context;
 }
Beispiel #2
0
 public CubeService(TimerDBContext context)
 {
     _dbContext = context;
 }
Beispiel #3
0
 public CategoryService(TimerDBContext context)
 {
     _dbContext = context;
 }
Beispiel #4
0
 public SeriesService(TimerDBContext context)
 {
     _dbContext = context;
 }
 public CubesCollectionService(TimerDBContext context)
 {
     _dbContext = context;
 }