refactor: standardiser la journalisation des contrôleurs et l’utilisation des référentiels
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Webzine.Repository.Contracts
|
||||
|
||||
void Delete(Titre titre);
|
||||
|
||||
Titre? Find(int idTitre);
|
||||
Titre Find(int idTitre);
|
||||
|
||||
IEnumerable<Titre> FindTitres(int offset, int limit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user