コード例 #1
0
 public Boolean Insert(SanPham sp)
 {
     return(db.Insert(sp));
 }