Exemplo n.º 1
0
 private void SetCep(Cep cep)
 {
     if (cep.Vazio())
     {
         throw new Exception("CEP é obrigatório!");
     }
     Cep = cep;
 }
 public void SetCep(Cep cep)
 {
     if (cep.Vazio())
         throw new Exception("CEP é obrigatório!");
     Cep = cep;
 }