Beispiel #1
0
 public ResultDto Like(long essayId)
 {
     return(_defaultRepository.ChangeEssayLike(_kardSession.UserId.Value, essayId));
 }