Exemplo n.º 1
0
 public Tf2RebalanceTransformation(IItemInfoSource itemInfoSource, IClassNameSource classNameSource)
 {
     _itemInfoSource  = itemInfoSource ?? throw new ArgumentNullException(nameof(itemInfoSource));
     _classNameSource = classNameSource ?? throw new ArgumentNullException(nameof(classNameSource));
 }
 public CustomAttributesTransformation(IItemInfoSource itemInfoSource, IClassNameSource classNameSource)
 {
     _itemInfoSource  = itemInfoSource ?? throw new ArgumentNullException(nameof(itemInfoSource));
     _classNameSource = classNameSource ?? throw new ArgumentNullException(nameof(classNameSource));
 }