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
*On Event.cs Model change the byte typeId to int typeId
*On EventsController - Update Action change the ariginal way to optain the event, from a select to a new way to done this, remember than we need to include the attendee from the attendance but we was on the Event (than dont have direct relation, on Framework we use Select and resolve with a lambda expresion, but now we can use ThenInclude