Esempio n. 1
0
 public bool Guardar(TrailerTipoBC t)
 {
     return(tran.TrailerTipo_Guardar(t));
 }
Esempio n. 2
0
 public TrailerBC()
 {
     TRAILER_TIPO = new TrailerTipoBC();
 }