Example #1
0
 public ToDoGenerator(ToDoDataContext dbContext)
 {
     ctx = dbContext;
 }