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