CreateNewBranchCommand constructor

CreateNewBranchCommand(
  1. Repository repository,
  2. Branch branch
)

Implementation

CreateNewBranchCommand(this.repository, this.branch);