Exemplo n.º 1
0
 protected bool Equals(Quota other)
 {
     return(FluxoDeCarga == other.FluxoDeCarga && Equals(Fornecedor, other.Fornecedor) && string.Equals(CodigoTerminal, other.CodigoTerminal) && Data.Equals(other.Data));
 }
Exemplo n.º 2
0
        internal AgendamentoDeDescarregamento(Quota quota, string placa)

            : base(quota, placa)
        {
            Inicializar();
        }