示例#1
0
        public TableResponse GetAllByStage1IDASC()
        {
            TableResponse tableResponse = personDAL.GetAllByStage1IDASC();

            return(tableResponse);
        }