Esempio n. 1
0
 public DataTable searcher_mtheloai_quanly(string ma_the_loai)
 {
     DAL.DAL_theloai oject = new DAL.DAL_theloai();
     return(oject.searcher_matheloai_quanly(ma_the_loai));
 }
Esempio n. 2
0
 public DataTable searcher_theloai(string the_loai)
 {
     DAL.DAL_theloai oject = new DAL.DAL_theloai();
     return(oject.searcher_tentheloai(the_loai));
 }
Esempio n. 3
0
 public bool Suatheloai(BEL.BEL_theloai theloai)
 {
     DAL.DAL_theloai oject = new DAL.DAL_theloai();
     return(oject.update_theloai(theloai));
 }
Esempio n. 4
0
 public bool capnhat_tragthai_moi(BEL.BEL_theloai theloai)
 {
     DAL.DAL_theloai oject = new DAL.DAL_theloai();
     return(oject.capnhattrangthaimoi(theloai));
 }
Esempio n. 5
0
 public bool Themtheloai(BEL.BEL_theloai theloai)
 {
     DAL.DAL_theloai oject = new DAL.DAL_theloai();
     return(oject.insert_theloai(theloai));
 }