Пример #1
0
 public async Task FollowUser(FollowUserDto request)
 {
     await _iFollowUserCommand.FollowUserHandler(request);
 }