コード例 #1
0
ファイル: NhanVienCtrl.cs プロジェクト: cnbn96/APP_BookStore
 public string GetMKNhanVien(string maNV)
 {
     return(nvSer.GetDataMK(maNV));
 }