示例#1
0
 public int GetFormdetailCount(int formID)
 {
     return(FormDAL.GetFormdetailCount(formID));
 }