Beispiel #1
0
        DataLayer.DataLayer dl; // must be instantiated after reading config file!

        /// <summary>
        /// Incapsulates the business rules for users' management
        /// part of the class that contains the constructors and the general methods
        /// </summary>
        ///
        /// // ???? maybe I should NOT pass this parameter, it is database dependant ????
        internal BusinessLayer(string PathAndFile)
        {
            dl = new DataLayer.DataLayer(PathAndFile);
        }