Esempio n. 1
0
 public void Update_LXN(int id, string tenLXN)
 {
     Medi_LoaiXNDAO md = new Medi_LoaiXNDAO();
     md.Update_LXN(id, tenLXN);
 }