Ejemplo n.º 1
0
 public string GetAttribute(string name)
 {
     return(_mediator.Value.Execute(() => _provider.GetAttribute(name)) as string);
 }