Exemplo n.º 1
0
        // *******************************************************************************************************************************
        #region -  Constructor(s)  -

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

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