Ejemplo n.º 1
0
 public InicioSesion()
 {
     entities = new TAREAEntities();
     ticket   = new Ticket();
 }
Ejemplo n.º 2
0
 public Ticket()
 {
     entities = new TAREAEntities();
 }