示例#1
0
        public static IList<Group> GetAll()
        {
            GroupDataMapper objCaller = new GroupDataMapper();

            return objCaller.GetAll();
        }