EntitySetController.cs: Ln 195 | 212 | 227
ID type should be TKey. relatedID should be string as we don’t know it’s real type.
Comments: in EntitySetController, change the type of the relatedID in the DeleteLink method from int to string.
ID type should be TKey. relatedID should be string as we don’t know it’s real type.
Comments: in EntitySetController, change the type of the relatedID in the DeleteLink method from int to string.