Beispiel #1
0
 public DataTable PopularServicosExternos()
 {
     try
     {
         return(_seguroService.PopularServicosExternos());
     }
     catch (ConcorrenciaBancoException)
     {
         throw new ConcorrenciaBancoException("Favor tentar novamente mais tarde.");
     }
 }