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
Task Description
Currently we use From functions to convert an entity to a database row object. Instead, we should use a constructor, so that we don't have to create an instance before initializing it.
Task Description
Currently we use
From
functions to convert an entity to a database row object. Instead, we should use a constructor, so that we don't have to create an instance before initializing it.Example:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: