Beispiel #1
0
 public GenericWorkItem CreateItem(WorkItem workitem)
 {
     return(_processTemplate.Convert(workitem, _failIfTypeUnknown));
 }