Brato.Entities.EnderecoEntity.IsNew C# (CSharp) Méthode

IsNew() public méthode

public IsNew ( ) : bool
Résultat bool
        public override bool IsNew()
        {
            return IdEndereco == default(int);
        }
EnderecoEntity