Exemple #1
0
 public Talla(string id_t = "", string talla = "")
 {
     this.id_t     = int.Parse(id_t);
     this.talla    = talla;
     this.conexion = new Conexion();
     this.TallaDAO = new TallaDAO(id_t, talla);
 }
Exemple #2
0
 public Talla()
 {
     this.conexion = new Conexion();
     this.TallaDAO = new TallaDAO();
 }