Пример #1
0
        public static AddressCountryRegionTranslation CreateAddressCountryRegionTranslation(string countryRegionId, string languageId, global::Microsoft.Dynamics.DataEntities.AddressCountryRegion addressCountryRegion)
        {
            AddressCountryRegionTranslation addressCountryRegionTranslation = new AddressCountryRegionTranslation();

            addressCountryRegionTranslation.CountryRegionId = countryRegionId;
            addressCountryRegionTranslation.LanguageId      = languageId;
            if ((addressCountryRegion == null))
            {
                throw new global::System.ArgumentNullException("addressCountryRegion");
            }
            addressCountryRegionTranslation.AddressCountryRegion = addressCountryRegion;
            return(addressCountryRegionTranslation);
        }
Пример #2
0
 partial void OnAddressCountryRegionChanging(global::Microsoft.Dynamics.DataEntities.AddressCountryRegion value);