Example #1
0
 public IReadOnlyCollection <Brooch> GetBrooches(BroochesType type) => BroochesData.Get(type);
 public IReadOnlyCollection <Brooch> GetBrooches(BroochesType type) => throw new NotImplementedException();