public bool Ctr_VerificarToken(DtoUsuario dto_usuario, string token) { return(dao_usuario.Dao_VerificarToken(dto_usuario, token)); }