コード例 #1
0
 public static bool ShowNhanVien(string manv, string matkhau)
 {
     return(NhanVienRepository.ShowNhanVienFromDB(manv, matkhau));
 }