示例#1
0
 public ContenderNotesQuery(IContenderNotesRepository repository)
 {
     _repository = repository;
 }
示例#2
0
 public ContenderNotesCommand(IContenderNotesRepository repository)
 {
     _repository = repository;
 }