コード例 #1
0
 public int InsertPicture(PictureEntity entity)
 {
     return(picobj.Insert(entity));
 }