Esempio n. 1
0
        public List <PerformanceVO> GetEndPerList()
        {
            PerformanceDAC dac = new PerformanceDAC();

            return(dac.GetEndPerList());
        }
Esempio n. 2
0
        public List <PerformanceVO> SearchPerList(string pid, string process)
        {
            PerformanceDAC dac = new PerformanceDAC();

            return(dac.SearchPerList(pid, process));
        }