Exemplo n.º 1
0
 public TimeItInMemoryDataService()
 {
     TimeItDbContext.Init();
 }
Exemplo n.º 2
0
 public TimeItDataService(TimeItDbContext timeItDbContext)
 {
     TimeItDbContext.Init();
     _timeItDbContext = timeItDbContext;
 }