Beispiel #1
0
 public long?PushWorkflow(IDatabase db, string workflowJson, string timestamp)
 {
     return(_lua.PushWorkflow(db, workflowJson, timestamp));
 }