예제 #1
0
        public TableResponse GetAllByStage1IDASC()
        {
            TableResponse tableResponse = personDAL.GetAllByStage1IDASC();

            return(tableResponse);
        }