Пример #1
0
 public DistributionKey(DistributionKeyState state)
 {
     _state = state;
     Register <DistributionKeyCreated>(e => { Id = e.DistributionKeyId; _state.Apply(e); });
 }
Пример #2
0
 public DistributionKey(DistributionKeyState state)
 {
     _state = state;
     Register<DistributionKeyCreated>(e => { Id = e.DistributionKeyId; _state.Apply(e); });
 }