예제 #1
0
 public DataTable relatorioQuantidadeRede(string tecnologia)
 {
     try
     {
         return(relatorioDal.relatorioQuantidadeRede(tecnologia));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }