Exemple #1
0
 public static async Task AddDenyAllEntry(MeteorClient client, Entry entry)
 {
     await client.Call("addDenyAll", entry);
 }