You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has a custom routing convention class, which worked fine. The good part is that userId doesn't have to be send to the server. It's only asking for the other key and completes the action.
Remove Id field from UserResourcePool, UserElementFieldIndex, UserElementCell tables and use composite keys instead.
Composite key sample;
[Key]
[Column(Order = 1)]
public int LocationID { get; set; }
[Key]
[Column(Order = 2)]
public int DayID { get; set; }
The text was updated successfully, but these errors were encountered: