コード例 #1
0
ファイル: NhanVienBLL.cs プロジェクト: kienlt97/ThucTapCSDL
 public static int PhanQuyen(string tk)
 {
     return(NhanVienAccess.PhanQuyen(tk));
 }