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