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