예제 #1
0
 public Funcionario BuscarCPF(string login)
 {
     try
     {
         return(_funcionarioService.BuscarCPF(login));
     }
     catch (ConcorrenciaBancoException)
     {
         throw new ConcorrenciaBancoException("Favor tentar novamente mais tarde.");
     }
 }