コード例 #1
0
 public static bool Delete(DTOWallComment obj)
 {
     return(DalWallComment.Delete(obj));
 }