Пример #1
0
 public DichVuDTO getDichVuByID(string ID)
 {
     try
     {
         return(dvDAO.getDichVuByID(ID));
     }
     catch
     {
         throw new Exception("Error!");
     }
 }