From a258313f3713762855c3d135e008f5468ac39463 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 9 Mar 2024 16:35:20 +0100 Subject: [PATCH] none --- src/ApiMappeur/AthleteMappeur.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiMappeur/AthleteMappeur.cs b/src/ApiMappeur/AthleteMappeur.cs index 1021e13..6737e3b 100644 --- a/src/ApiMappeur/AthleteMappeur.cs +++ b/src/ApiMappeur/AthleteMappeur.cs @@ -2,7 +2,7 @@ using Model; namespace ApiMappeur; - +// anotine public static class UserMappeur { public static UserDto ToDto(this User user)