Example #1
0
 public async Task HandlerAsync(AddFollow command)
 {
     await _followService.AddFollowingAsync(command.UserId, command.ToUserId);
 }