public List <GX_GKXX> FindAllGkxxModels() { GxxxRepository gxRjxxRepository = new GxxxRepository(uw); return(gxRjxxRepository.FindAllGkxx()); }
public GX_GKXX FindGkxx(decimal id) { GxxxRepository gxRjxxRepository = new GxxxRepository(uw); return(gxRjxxRepository.FindAllGkxx().FirstOrDefault(t => t.ID == id)); }