コード例 #1
0
 public SupportInvitationService(ISupportInvitationRepository SupportInvitationRepository, IUnitOfWork unitOfWork)
 {
     this.SupportInvitationRepository = SupportInvitationRepository;
     this.unitOfWork = unitOfWork;
 }
コード例 #2
0
 public SupportInvitationService(ISupportInvitationRepository SupportInvitationRepository, IUnitOfWork unitOfWork)
 {
     this.SupportInvitationRepository = SupportInvitationRepository;
     this.unitOfWork = unitOfWork;
 }
コード例 #3
0
 public SupportInvitationService(ISupportInvitationRepository supportInvitationRepository, IUnitOfWork unitOfWork)
 {
     _supportInvitationRepository = supportInvitationRepository;
     _unitOfWork = unitOfWork;
 }