コード例 #1
0
ファイル: WebPages.cs プロジェクト: zkenstein/CrowdCMS
 public bool DeleteForm(int formID)
 {
     return(FormRepository.DeleteByID(formID));
 }