Ejemplo n.º 1
0
 public Task <bool> FireEvent(IEvent evt, EventEnvelope envelope = null)
 {
     return(_leanPlatform.FireEvent(evt, envelope));
 }