Beispiel #1
0
 public AgencyDAO()
 {
     db = new LotteryEntities();
 }
Beispiel #2
0
 public TicketDAO()
 {
     db = new LotteryEntities();
 }