navidzehi

Results 2 comments of navidzehi

I have the same issue with newest version Version="8.0.0-preview3" : https://stackoverflow.com/questions/65551331/using-odatarouteprefix-and-odataroute-for-odata-attributerouting-is-not-working

In addition to all comments I suggest using "this" to access property and even have a constructor without body: ``` // ctor public Person (this.FirstName, this.LastName); ```