Example #1
0
 public PointRecordService(CTMSContext CTMSContext, IPointRecordDAL PointRecordDAL)
 {
     this.CTMSContext    = CTMSContext;
     this.PointRecordDAL = PointRecordDAL;
     this.Dal            = PointRecordDAL;
 }
 public PointRecordService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IPointRecordDAL PointRecordDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.PointRecordDAL         = PointRecordDAL;
     this.Dal = PointRecordDAL;
 }