Esempio n. 1
0
        /// <summary>
        /// 返回分页数据列表
        /// </summary>
        /// <param name="pageIndex"></param>
        /// <param name="pageSize"></param>
        /// <param name="totalRecord"></param>
        /// <returns></returns>
        public List <GX_GXXX> FindAllGxxxList(decimal xmgcid, string gxbh, string stqk, int pageIndex, int pageSize, out int totalRecord)
        {
            GxxxRepository gxSysRoleRepository = new GxxxRepository(uw);

            return(gxSysRoleRepository.FindAllGxDictConfig(xmgcid, gxbh, stqk, pageIndex, pageSize, out totalRecord));
        }
Esempio n. 2
0
        public GX_GKXX FindGkxx(decimal id)
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            return(gxRjxxRepository.FindAllGkxx().FirstOrDefault(t => t.ID == id));
        }
Esempio n. 3
0
        public List <GX_GKXX> FindAllGkxxModels()
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            return(gxRjxxRepository.FindAllGkxx());
        }
Esempio n. 4
0
        public void DeleteGkxx(GX_GKXX gxGkxx)
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            gxRjxxRepository.DeleteGkxx(gxGkxx);
        }
Esempio n. 5
0
        //管孔信息维护

        public void AddGkxx(GX_GKXX gxGkxx)
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            gxRjxxRepository.AddGxGkxx(gxGkxx);
        }
Esempio n. 6
0
        public GX_GXXX Find(decimal id)
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            return(gxRjxxRepository.Find(id));
        }
Esempio n. 7
0
        public void DeleteEntity(GX_GXXX gxGxxx)
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            gxRjxxRepository.DeleteEntity(gxGxxx);
        }
Esempio n. 8
0
        public void AddEntity(GX_GXXX gxGxxx)
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            gxRjxxRepository.AddEntity(gxGxxx);
        }