Exemplo n.º 1
0
        public static Bar Bar(BarType type, BarGroupType grouping)
        {
            string typeCode = type.GetCode();
            string group    = grouping.GetCode();

            return(new Bar(typeCode, group));
        }
Exemplo n.º 2
0
        public static Bar Bar(BarType type)
        {
            string typeCode = type.GetCode();

            return(new Bar(typeCode, "g"));
        }