I am using your repository implementation and tried to update or delete some database records. On update it returns the row count, but I need the model instead - how can I handle it? At the moment I am updating and reading from the database afterwards to return the model.
Hello,
I am using your repository implementation and tried to update or delete some database records. On update it returns the row count, but I need the model instead - how can I handle it? At the moment I am updating and reading from the database afterwards to return the model.