Example #1
0
 public static string SuccessfullyAdded(Joke joke) => SuccessfullyAdded("joke");
Example #2
0
 public static string SuccessfullyRemoved(Joke joke) => SuccessfullyRemoved("joke");
Example #3
0
 public static string IncorrectStructure(Joke joke) => Common + "\"[Joke text]\"*";