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