Beispiel #1
0
 public DealerService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IDealerDAL DealerDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.DealerDAL = DealerDAL;
     this.Dal       = DealerDAL;
 }
Beispiel #2
0
 public DealerService(CTMSContext CTMSContext, IDealerDAL DealerDAL)
 {
     this.CTMSContext = CTMSContext;
     this.DealerDAL   = DealerDAL;
     this.Dal         = DealerDAL;
 }
Beispiel #3
0
 public DealerService(IDealerDAL dealerDal)
 {
     this.DealerDal = dealerDal;
 }