Esempio n. 1
0
        /// <summary>
        ///		Creates a new instance of a My_Products_Services.
        /// </summary>
        /// <returns>The new My_Products_Services instance. </returns>
        public static Entities.My_Products_Services Factory()
        {
            OnCreating();
            Entities.My_Products_Services my_Products_Services = new Entities.My_Products_Services();
            OnCreated(my_Products_Services);

            return(my_Products_Services);
        }
Esempio n. 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.My_Products_Services my_Products_Services);