Exemple #1
0
 public static WorkflowPacket Get <T>(this WorkflowPacket wp, string route) where T : new()
 {
     return(wp.Get <T>(typeof(T).Name, route));
 }