Exemplo n.º 1
0
 public static bool IsActivityRegistered <T>(this WorkflowOptions options)
 {
     return(options.IsActivityRegistered(typeof(T)));
 }