Exemplo n.º 1
0
 public ModifyModel()
 {
     DataContext = new ScheduleDataDataContext(ConnectionString);
 }
Exemplo n.º 2
0
 public SearchModel()
 {
     DataContext = new ScheduleDataDataContext(ConnectionString);
 }
Exemplo n.º 3
0
 public CreateModel()
 {
     DataContext = new ScheduleDataDataContext(ConnectionString);
 }