예제 #1
0
        public List <Content> Load()
        {
            List <Content> list = new List <Content>();

            if (service != null)
            {
                list = service.Load();
            }
            return(list);
        }
예제 #2
0
        /// <summary>
        /// 加载
        /// </summary>
        /// <returns></returns>
        public List <Field> Load()
        {
            List <Field> list = new List <Field>();

            if (service != null)
            {
                list = service.Load();
            }
            return(list);
        }
예제 #3
0
        public List <UserFieldValue> Load()
        {
            List <UserFieldValue> list = new List <UserFieldValue>();

            if (service != null)
            {
                list = service.Load();
            }
            return(list);
        }
예제 #4
0
        public List <Setting> Load()
        {
            List <Setting> list = new List <Setting>();

            if (service != null)
            {
                list = service.Load();
            }
            return(list);
        }
예제 #5
0
 public List <User> Load()
 {
     return(service.Load());
 }
예제 #6
0
 public List <DataType> Load()
 {
     return(service.Load());
 }