예제 #1
0
 //Update thuộc tính số lượng tồn
 static public string UpdateSoLuongTon(Sach_DTO s)
 {
     return(Sach_DAO.UpdateSoLuongTon(s));
 }