Beispiel #1
0
 public int CountNV()
 {
     try
     {
         return(nvDAO.CountChucvuNV());
     }
     catch
     {
         throw new Exception("Error!");
     }
 }