Пример #1
0
 public Made([BeanReference(Factory = typeof(FurtherFactory))]
             Further further, [BeanReference(Factory = typeof(FurtherFactory))]
             Further further2)
 {
     _ = this.further2;
     _ = this.further;
     _ = further;
     _ = further2;
 }
 public Made([BeanReference(Factory = typeof(FurtherFactory))] Further further)
 {
 }