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