Beispiel #1
0
 public DAO_Vote()
 {
     entity = new dbEntities();
 }
Beispiel #2
0
 public DAO_Vote(dbEntities db)
 {
     entity = db;
 }