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