Per HongMei
Some possibilities:
Return Collection<T> instead of IEnumerable<T>
Move the method to ODataMediaTypeFormatter and call it something like CreateAll or CreateFormatters.
Comments: verified
Some possibilities:
Return Collection<T> instead of IEnumerable<T>
Move the method to ODataMediaTypeFormatter and call it something like CreateAll or CreateFormatters.
Comments: verified