Example #1
0
 public void CreateDownvote(int userId, int trackId)
 {
     using (RentItServiceClient proxy = new RentItServiceClient())
     {
         proxy.CreateVote(-1, userId, trackId);
     }
 }