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