Пример #1
0
 public async Task <ActionResult <bool> > AddLike(int id)
 {
     return(await this.ExecuteWithOkResponse(async() => await _profileService.AddLike(this.GetUserId(), id)));
 }