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

IsNew() public method

public IsNew ( ) : bool
return bool
        public override bool IsNew()
        {
            return IdFuncao == default(int);
        }
FuncaoEntity