예제 #1
0
파일: News.cs 프로젝트: CoolHorseSoft/Cms
 public override NewsModel GetByKey(int key)
 {
     return(DataStorageService.FindNewsById(key));
 }