Exemplo n.º 1
0
 public string[] GetDescriptions()
 {
     return(new string[] {
         $"{GetType().Name}{GetHashCode()}",
         _singleton.GetDescription(),
         _scoped.GetDescription(),
         _transient.GetDescription(),
     });
 }
Exemplo n.º 2
0
 public string[] GetDescriptions()
 {
     return(new string[] {
         $"{GetType().Name}{GetHashCode()}",
         _singleton.GetDescription(),
         _scoped.GetDescription(),
         _transient.GetDescription(),
     }.Concat(_myOtherCoolService.GetDescriptions()).ToArray());
 }