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

IsNew() public method

public IsNew ( ) : bool
return bool
        public override bool IsNew()
        {
            return IdMotorista == default(int);
        }
MotoristaEntity