コード例 #1
0
ファイル: AwardLogic.cs プロジェクト: gruled/xt_net_web
 public Award GetAwardById(int id)
 {
     return(_awardDao.GetAwardById(id));
 }