Example #1
0
 public string NewWorkFlow(CommonLibrary.Model.AppInfoModel entity)
 {
     return(base.Channel.NewWorkFlow(entity));
 }
Example #2
0
 public string Execute(CommonLibrary.Model.AppInfoModel entity)
 {
     return(base.Channel.Execute(entity));
 }