Exemplo n.º 1
0
        public IResourceBuilder Property(Property property)
        {
            _resource.AddProperty(property);

            return(this);
        }