Example #1
0
 public void ExcluirPerfilCargo(int IDPerfilCargo)
 {
     try
     {
         TPerfilBLL.ExcluirPerfilCargo(IDPerfilCargo);
     }
     catch (CABTECException)
     {
         throw new CABTECException("Erro ao Excluir Perfil.");
     }
     catch (Exception)
     {
         throw new CABTECException("Erro ao Excluir Perfil.");
     }
 }