コード例 #1
0
 public RepresentativesCommand(IRepresentativesRepository repository)
 {
     _repository = repository;
 }
コード例 #2
0
 public RepresentativeInvitationsCommand(IRepresentativesRepository repository, int invitationAccessDays)
     : base(repository, invitationAccessDays)
 {
 }
コード例 #3
0
 public RepresentativesQuery(IRepresentativesRepository repository)
 {
     _repository = repository;
 }