示例#1
0
文件: FormBO.cs 项目: mbedoya/EcoCore
 public List <FormDataModel> GetByWorkflow(int id)
 {
     return(FormDAL.GetByWorkflow(id));
 }