예제 #1
0
        /// <summary>
        ///		Creates a new instance of a WarrantyCardImage.
        /// </summary>
        /// <returns>The new WarrantyCardImage instance. </returns>
        public static Entities.WarrantyCardImage Factory()
        {
            OnCreating();
            Entities.WarrantyCardImage warrantyCardImage = new Entities.WarrantyCardImage();
            OnCreated(warrantyCardImage);

            return(warrantyCardImage);
        }
예제 #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.WarrantyCardImage warrantyCardImage);