Ejemplo n.º 1
0
 public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : _darthVader.GetProperty(key));
 }
Ejemplo n.º 2
0
 public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : null);
 }