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