コード例 #1
0
 public DomainGroupBusiness(IUnitOfWork unitOfWork)
 {
     _groupRepo = unitOfWork.GroupRepo;
 }
コード例 #2
0
 public QuestionBusiness(IUnitOfWork unitOfWork)
 {
     _groupRepo       = unitOfWork.GroupRepo;
     _informationRepo = unitOfWork.InformationRepo;
     _typeRepo        = unitOfWork.TypeRepo;
 }