예제 #1
0
        // *******************************************************************************************************************************
        #region -  Constructor(s)  -

        public ProductDAL(IStylesDeliveredDB db)
        {
            DB = db;
        }
예제 #2
0
        // *******************************************************************************************************************************
        #region -  Constructor(s)  -

        public UserDAL(IStylesDeliveredDB db)
        {
            DB = db;
        }