예제 #1
0
파일: FormBO.cs 프로젝트: mbedoya/EcoCore
 public List <FormDataModel> GetByWorkflow(int id)
 {
     return(FormDAL.GetByWorkflow(id));
 }