Esempio n. 1
0
 public ErrorMessage AddKudoToComment(int commentId, string nickname)
 {
     return(commentRepo.AddKudoToComment(commentId, nickname));
 }