Example #1
0
 protected override Brew Handle(SaveBrewCommand command)
 {
     return(_repo.SaveBrew(command.Brew));
 }