Example #1
0
 public DBModel(string conn)
 {
     db = new InformationDataContext(conn);
 }