CQRS.Talk.Sample1.SeparateReadsFromWrites.Separate.Consumer C# (CSharp) Метод

Consumer() публичный Метод

public Consumer ( ) : void
Результат void
        public void Consumer()
        {
            // Now here there is no ambiguity when reading
            if (AttributeExists("href"))
            {
                SetAttribute("href", "https://localhost:4300");
            }
        }
    }