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