Closed AndreasReitberger closed 1 year ago
Instead of returning null, each function returning an ICollection<object> should return an empty collection istead of null.
ICollection<object>
null
Instead of returning null, each function returning an
ICollection<object>
should return an empty collection istead ofnull
.