コード例 #1
0
 public AdvertisementDetailsService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IAdvertisementDetailsDAL AdvertisementGroupDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.AdvertisementGroupDAL  = AdvertisementGroupDAL;
     this.Dal = AdvertisementGroupDAL;
 }
コード例 #2
0
 public AdvertisementDetailsService(CTMSContext CTMSContext, IAdvertisementDetailsDAL AdvertisementGroupDAL)
 {
     this.CTMSContext           = CTMSContext;
     this.AdvertisementGroupDAL = AdvertisementGroupDAL;
     this.Dal = AdvertisementGroupDAL;
 }