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