Index: iknow-api/Services/Interfaces/IAuthService.cs
===================================================================
--- iknow-api/Services/Interfaces/IAuthService.cs	(revision 277bd721a2fad95bc066942c62c39118a9e2a901)
+++ iknow-api/Services/Interfaces/IAuthService.cs	(revision 9538edc6e5b4e46a44364cdbc2c10b0ae05dcc98)
@@ -5,6 +5,6 @@
     public interface IAuthService
     {
-        Task<bool> RegisterAsync(UserDto userDto);
-        Task<string?> LoginAsync(UserDto userDto);
+        Task<bool> RegisterAsync(RegisterDto registerDto);
+        Task<string?> LoginAsync(LoginDto loginDto);
         Task<int> GetUsersCountAsync();
     }
