Example #1
0
 public async Task <LikeResult> RateProfile(string login, bool like)
 {
     return(await socialService.RateProfile(login, like));
 }