Exemplo n.º 1
0
 public Producto()
 {
     entities = new TAREAEntities();
 }
Exemplo n.º 2
0
 public Usuario()
 {
     entities = new TAREAEntities();
 }
Exemplo n.º 3
0
 public Almacen()
 {
     entities = new TAREAEntities();
 }