Beispiel #1
0
        // *******************************************************************************************************************************
        #region -  Constructor(s)  -

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

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