Example #1
0
 public CommunitiesCommand(ICommunitiesRepository repository)
 {
     _repository = repository;
 }
Example #2
0
 public CommunitiesQuery(ICommunitiesRepository repository)
 {
     _repository = repository;
 }