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