Ejemplo n.º 1
0
        public NoPrefix(

            _host.Brand brand
            ,
            _host.SuffixI suffix
            )
        {
            _brand  = brand;
            _suffix = suffix;
        }
Ejemplo n.º 2
0
 public Host1(
     _host.Prefix prefix
     ,
     _host.Brand brand
     ,
     _host.SuffixI suffix
     )
 {
     _prefix = prefix;
     _brand  = brand;
     _suffix = suffix;
 }