コード例 #1
0
ファイル: NhanVienBUS.cs プロジェクト: nhudang105/ChuyenDe
 public NhanVien GetById(string id)
 {
     return(NVDAO.GetById(id));
 }