Skip to content

Add Last method to Repository interface

Marcos Huck requested to merge feature/repository_last into master

Context

We'd like to find the last record ordered by PK from a persistence layer.

Change

This MR adds a Last method to the Repository interface as well as an implementation for SQL.

Other information

This Last method will be used by other projects to find the last record created.

Additional documentation

Edited by Marcos Huck

Merge request reports