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