示例#1
0
        public static AddressDAL getInstance()
        {
            if (instance == null)
            {
                instance = new AddressDAL();
            }

            return instance;
        }
示例#2
0
文件: AddressDAL.cs 项目: sha0510/POS
        public static AddressDAL getInstance()
        {
            if (instance == null)
            {
                instance = new AddressDAL();
            }

            return(instance);
        }