Exemplo n.º 1
0
 public AgencyDAO()
 {
     db = new LotteryEntities();
 }
Exemplo n.º 2
0
 public TicketDAO()
 {
     db = new LotteryEntities();
 }