Esempio n. 1
0
 public NhanVien GetById(string id)
 {
     return(NVDAO.GetById(id));
 }