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

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

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