示例#1
0
 public VersionService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IVersionDAL VersionDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.VersionDAL             = VersionDAL;
     this.Dal = VersionDAL;
 }
示例#2
0
 public VersionService(CTMSContext CTMSContext, IVersionDAL VersionDAL)
 {
     this.CTMSContext = CTMSContext;
     this.VersionDAL  = VersionDAL;
     this.Dal         = VersionDAL;
 }