Exemplo n.º 1
0
 public DataTable PopularCPFs()
 {
     try
     {
         return(_seguroService.PopularCPFs());
     }
     catch (ConcorrenciaBancoException)
     {
         throw new ConcorrenciaBancoException("Favor tentar novamente mais tarde.");
     }
 }