示例#1
0
 public bool DeleteForm(int formID)
 {
     return(FormRepository.DeleteByID(formID));
 }