Пример #1
0
        public int GetEmployeeCount(Active group = Active.active)
        {
            //int count = 0;

            try
            {
                return(EmployeeAccessor.FetchEmployeeCount(group));
            }
            catch (Exception)
            {
                throw;
            }

            //return count;
        }