Exemplo n.º 1
0
 public void Resolve(BgaCountryModel model)
 {
     // do nothing
 }
Exemplo n.º 2
0
 public void Resolve(BgaCountryModel model)
 {
     this.traverser.TraverseCountry(model, this.result);
 }
Exemplo n.º 3
0
 protected void TraverseCountry(BgaCountryModel model, ICollection <IGlobeResident> result)
 {
     result.Add(model);
 }
 public void Resolve(BgaCountryModel model)
 {
     this.Result = this.parent.CountryTemplate;
 }