Beispiel #1
0
 public ScheduleDataBll(ITimeBlockDal timeBlockDal, IScheduleDal scheduleDal)
 {
     this._timeBlockDal = timeBlockDal;
     this._scheduleDal  = scheduleDal;
 }
 public ScheduleManager(IScheduleDal scheduleDal)
 {
     this.scheduleDal = scheduleDal;
 }
Beispiel #3
0
 public ScheduleLogic(IScheduleDal scheduleDal)
 {
     _scheduleDal = scheduleDal;
 }
Beispiel #4
0
 public ScheduleManager(IScheduleDal scheduleDal)
 {
     _scheduleDal = scheduleDal;
 }