Пример #1
0
 public IList <DichVuDTO> getListDichVuAll()
 {
     try
     {
         return(dvDAO.getListDichVuAll());
     }
     catch
     {
         throw new Exception("Error!");
     }
 }