コード例 #1
0
ファイル: ModeratorLogic.cs プロジェクト: ezbrz/xt_net_final
 public Moderator GetById(int id)
 {
     return(_moderatorDAO.GetById(id));
 }