Example #1
0
 public async Task <IEnumerable <LikeModel> > ContentLikes(Guid pageId)
 {
     return(await _likesService.GetLikeModelsAsync(pageId));
 }