public virtual EscalaListaPreciosTransporte AddEscala() { EscalaListaPreciosTransporte Item = new EscalaListaPreciosTransporte(); Escalas.Add(Item); return(Item); }
public virtual EscalaListaPreciosTransporte AddEscala() { EscalaListaPreciosTransporte Item = new EscalaListaPreciosTransporte(); Escalas.Add(Item); return Item; }