示例#1
0
文件: News.cs 项目: CoolHorseSoft/Cms
 public override bool Delete(int key)
 {
     return(DataStorageService.DeleteNews(key));
 }