Exemplo n.º 1
0
 void IContenderListsCommand.CreateEntry(Guid listId, ContenderListEntry contenderListEntry)
 {
     contenderListEntry.Prepare();
     contenderListEntry.Validate();
     _repository.CreateEntry(listId, contenderListEntry);
 }