Пример #1
0
        private long CountFrequencySetups()
        {
            Data.EducationLevel educationLevel = new Data.EducationLevel
            {
                Catalog = AppUsers.GetCurrentUserDB(),
                LoginId = AppUsers.GetCurrent().View.LoginId.ToLong(),
                SkipValidation = true
            };

            return educationLevel.Count();
        }
Пример #2
0
        private long CountEducationLevels()
        {
            Data.EducationLevel educationLevel = new Data.EducationLevel
            {
                _Catalog       = AppUsers.GetCurrentUserDB(),
                _LoginId       = AppUsers.GetCurrent().View.LoginId.ToLong(),
                SkipValidation = true
            };

            return(educationLevel.Count());
        }