Example #1
0
 public async Task DeleteLikeById(Guid id)
 {
     await _likeRepository.DeleteLikeById(id);
 }