public void Editar(string WINDOWSNAME, string USUARIO, string SENHA) { try { ObjDA.Editar(WINDOWSNAME, USUARIO, SENHA, DateTime.Today); } catch (Exception e) { new BL_LogErro().Inserir("BL_Usuario - Editar", "Erro: " + e.Message); } }