コード例 #1
0
ファイル: NewsManager.cs プロジェクト: tinas/OkkaKalipWeb
 public News GetById(int id)
 {
     return(_newsDal.GetById(id));
 }