示例#1
0
        public List <GX_GKXX> FindAllGkxxModels()
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            return(gxRjxxRepository.FindAllGkxx());
        }
示例#2
0
        public GX_GKXX FindGkxx(decimal id)
        {
            GxxxRepository gxRjxxRepository = new GxxxRepository(uw);

            return(gxRjxxRepository.FindAllGkxx().FirstOrDefault(t => t.ID == id));
        }