Beispiel #1
0
 public TodoApp()
 {
     this.db = new TodoEntities();
 }
Beispiel #2
0
 public todoitem()
 {
     db = new TodoEntities();
 }