コード例 #1
0
 public DealerService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IDealerDAL DealerDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.DealerDAL = DealerDAL;
     this.Dal       = DealerDAL;
 }
コード例 #2
0
ファイル: DealerService.cs プロジェクト: plaiuZt/ctms-web
 public DealerService(CTMSContext CTMSContext, IDealerDAL DealerDAL)
 {
     this.CTMSContext = CTMSContext;
     this.DealerDAL   = DealerDAL;
     this.Dal         = DealerDAL;
 }
コード例 #3
0
 public DealerService(IDealerDAL dealerDal)
 {
     this.DealerDal = dealerDal;
 }