コード例 #1
0
ファイル: FollowCommand.cs プロジェクト: SnowFox108/Codurance
 public void Execute()
 {
     _subscribeService.FollowUser(_follower, _followee);
 }