public UserJokeDislikes(int jokeId, CustomUser user) { this.JokeId = jokeId; this.User = user; }
public Joke(string content, CustomUser publisher) { this.Content = content; this.Publisher = publisher; }