Example #1
0
 public virtual void OnCommand <T>(UpdateCommandResult <T> result) where T : IDetailable
 {
     _results.Add(result);
 }
 public void OnCommand <T>(UpdateCommandResult <T> result) where T : IDetailable
 {
     throw new System.NotImplementedException();
 }