Exemple #1
0
 public IResult <string> Unlike(string mediaId)
 {
     if (String.IsNullOrEmpty(mediaId))
     {
         throw new ArgumentException("MediaId must be specified");
     }
     return(_actionService.Unlike(mediaId));
 }