예제 #1
0
 public bool Validar()
 {
     return(Validacao.GetValidation(SetarInterface(new IVeiculo())));
 }
예제 #2
0
 public bool Validar()
 {
     return(Validacao.GetValidation(SetarInterface(new ICondutor())));
 }
예제 #3
0
 public bool Validar()
 {
     return(Validacao.GetValidation(SetarInterface(new IPassageiro())));
 }
예제 #4
0
 public bool Validar()
 {
     return(Validacao.GetValidation(SetarInterface(new IFretamento())));
 }