예제 #1
0
 public async Task Like(Guid userId, Guid photoId)
 {
     await _photosRepository.Like(userId, photoId);
 }