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