Beispiel #1
0
 public List <FormDataModel> GetByWorkflow(int id)
 {
     return(FormDAL.GetByWorkflow(id));
 }