peasy / Peasy.NET-Samples

Showcases a middle tier built with peasy and consumed by multiple client consumers
MIT License
35 stars 12 forks source link

Updated OrdersDotComServiceBase.cs #1

Closed elray closed 5 years ago

elray commented 5 years ago

Hi Aaron

.Concat() does not mutate the subject, but returns a new IEnumerable. So it's just throwing it away. I fixed the code by adding 'validationErrors ='

thanks Eliot