When a users requests content and the voting is enabled, the user who requested is an automatic +1 vote.

This commit is contained in:
TidusJar 2018-10-10 21:39:59 +01:00
parent 870a07de9d
commit 4508f79a5f
7 changed files with 68 additions and 14 deletions

View file

@ -6,5 +6,6 @@
public string Message { get; set; }
public bool IsError => !string.IsNullOrEmpty(ErrorMessage);
public string ErrorMessage { get; set; }
public int RequestId { get; set; }
}
}