Example #1
0
 public TodoService()
 {
     dataContext     = DataContextFactory.GetNewContextForDatabase1();
     _todoRepository = new Repository <Todo>(dataContext);
 }