kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET
MIT License
78 stars 66 forks source link

Simplify GetServiceCodes code #70

Closed MusicMonkey5555 closed 7 years ago

MusicMonkey5555 commented 7 years ago

I'm not sure why you are looping and not just using a copy constructor. There are actually several places where the code could be simplified, but this is one obvious one.

Soulfire86 commented 7 years ago

Thanks @MusicMonkey5555