예제 #1
0
파일: PurBLL.cs 프로젝트: iamasghar/C-
        public DataTable getPurBLL()
        {
            PurDAL obj = new PurDAL();

            return(obj.getPurDAL());
        }
예제 #2
0
파일: PurBLL.cs 프로젝트: iamasghar/C-
        public bool PurcBLL(PurProps p)
        {
            PurDAL obj = new PurDAL();

            return(obj.PurcDAL(p));
        }
예제 #3
0
파일: PurBLL.cs 프로젝트: iamasghar/C-
        public DataTable getProdBLL(ProdProps p)
        {
            PurDAL obj = new PurDAL();

            return(obj.getProdDAL(p));
        }