Brato.Entities.LogradouroEntity.IsNew C# (CSharp) Method

IsNew() public method

public IsNew ( ) : bool
return bool
        public override bool IsNew()
        {
            return IdLogradouro == default(int);
        }
LogradouroEntity