Kadr.Data.NullWorkShedule.INull C# (CSharp) Method

INull() private method

private INull ( ) : bool
return bool
        bool INull.IsNull()
        {
            return true;
        }