File tree Expand file tree Collapse file tree
Plugins/SmartStore.GoogleMerchantCenter/Data
Presentation/SmartStore.Web/Administration/Controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111namespace SmartStore . GoogleMerchantCenter . Data
1212{
13- /// <summary>
14- /// Object context
15- /// </summary>
13+
1614 public class GoogleProductObjectContext : ObjectContextBase
1715 {
1816 public const string ALIASKEY = "sm_object_context_google_product" ;
@@ -43,9 +41,6 @@ public GoogleProductObjectContext(string nameOrConnectionString)
4341 protected override void OnModelCreating ( DbModelBuilder modelBuilder )
4442 {
4543 modelBuilder . Configurations . Add ( new GoogleProductRecordMap ( ) ) ;
46-
47- //disable EdmMetadata generation
48- //modelBuilder.Conventions.Remove<IncludeMetadataConvention>();
4944 base . OnModelCreating ( modelBuilder ) ;
5045 }
5146
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . IO ;
44using System . Linq ;
5- using System . Net . Mime ;
65using System . Web . Mvc ;
76using System . Web . Routing ;
87using SmartStore . Admin . Models . Orders ;
You can’t perform that action at this time.
0 commit comments