コード例 #1
0
ファイル: NhanVienBUS.cs プロジェクト: NgocNhi1102/QLKS
 public int CountQL()
 {
     try
     {
         return(nvDAO.CountChucvuQL());
     }
     catch
     {
         throw new Exception("Error!");
     }
 }