예제 #1
0
파일: ProductDAL.cs 프로젝트: sha0510/POS
        public static ProductDAL getInstance()
        {
            if (instance == null)
            {
                instance = new ProductDAL();
            }

            return(instance);
        }
예제 #2
0
파일: ProductDAL.cs 프로젝트: sha0510/POS
        public static ProductDAL getInstance()
        {
            if (instance == null)
            {
                instance = new ProductDAL();
            }

            return instance;
        }