Exemplo n.º 1
0
 private void RunFollowCommand(Command command)
 {
     MessageAppService.FollowUser(command.User, command.Argument);
 }
Exemplo n.º 2
0
 private void WhenUserFollowsAnother()
 {
     MessageService.FollowUser(CurrentUser.Name, FollowedUser.Name);
 }