Ejemplo n.º 1
0
        private bool IsGreaterThan1970(long DOB)
        {
            var helper = new DatetimeHelper();

            return(DOB >= helper.GetDefaultUnixTime());
        }