Beispiel #1
0
 public CauHoiBusiness(ICauHoiRepository cauHoiRepository, IDeThiRepository deThiRepository)
 {
     this._cauHoiRepository = cauHoiRepository;
     this._deThiRepository  = deThiRepository;
 }
 public DeThiService(IDeThiRepository DeThiRepository, IUnitOfWork unitOfWork)
 {
     this._DeThiRepository = DeThiRepository;
     this._unitOfWork      = unitOfWork;
 }
Beispiel #3
0
 public DeThiBussiness(IDeThiRepository deThiRepository)
 {
     this._deThiRepository = deThiRepository;
 }