Esempio n. 1
0
 /// Maps a ClientId to the Target that specifies the Stream in which the data for that client will be held
 public static string For(ClientId id) =>
 StreamNameModule.create("Todos", id?.ToString() ?? "1");
Esempio n. 2
0
 public static string For(ClientId id) => StreamNameModule.create("Aggregate", id.ToString());