Ejemplo n.º 1
0
 public void ChangePullRequestStatus(Guid id, Status status)
 {
     _repository.ChangePullRequestStatus(id, status);
 }