Exemplo n.º 1
0
        public List <DefectiveVO> SearchDefList(string pid, string pname)
        {
            DefetiveDAC dac = new DefetiveDAC();

            return(dac.SearchDefList(pid, pname));
        }
Exemplo n.º 2
0
        public List <DefectiveVO> GetDefStatus()
        {
            DefetiveDAC dac = new DefetiveDAC();

            return(dac.GetDefStatus());
        }