Example #1
0
        /// <summary>
        ///		Creates a new instance of a BUSINESS.
        /// </summary>
        /// <returns>The new BUSINESS instance. </returns>
        public static Entities.BUSINESS Factory()
        {
            OnCreating();
            Entities.BUSINESS bUSINESS = new Entities.BUSINESS();
            OnCreated(bUSINESS);

            return(bUSINESS);
        }
Example #2
0
 //	This partial method gives us a way to access an object after it has been added to the system.
 static partial void OnCreated(Entities.BUSINESS bUSINESS);