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