Esempio n. 1
0
 public static bool CapNhatNguyenLieu(NguyenLieuDTO nl)
 {
     return(NguyenLieuDAO.CapNhatNguyenLieu(nl));
 }
Esempio n. 2
0
 public static bool CapNhatNguyenLieu(NguyenLieu nguyenLieu)
 {
     return(NguyenLieuDAO.CapNhatNguyenLieu(nguyenLieu));
 }