Exemple #1
0
 public static WorkflowPacket IShouldSee <T>(this WorkflowPacket wp, Action <T> test) where T : class
 {
     wp.Log($"IShouldSee {typeof(T).Name}");
     return(wp.IShouldSee(typeof(T).Name, test));
 }