Exemplo n.º 1
0
 void IEmailVerificationsCommand.DeleteEmailVerification(Guid id)
 {
     _repository.DeleteEmailVerification(id);
 }