示例#1
0
 public async Task RemoveLike(Guid userId, Guid photoId)
 {
     await _photosRepository.RemoveLike(userId, photoId);
 }