Beispiel #1
0
 private bool ShouldSerializeIE()
 {
     return(!IE.IsEmpty());
 }
 private bool ShouldSerializeCNPJ()
 {
     return(CPF.IsEmpty() && IE.IsEmpty());
 }