コード例 #1
0
ファイル: News.cs プロジェクト: CoolHorseSoft/Cms
 public override bool Delete(int key)
 {
     return(DataStorageService.DeleteNews(key));
 }