예제 #1
0
 public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : _darthVader.GetProperty(key));
 }
예제 #2
0
 public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : null);
 }