Index: iknow-api/Services/Interfaces/IAuthService.cs
===================================================================
--- iknow-api/Services/Interfaces/IAuthService.cs	(revision 277bd721a2fad95bc066942c62c39118a9e2a901)
+++ iknow-api/Services/Interfaces/IAuthService.cs	(revision e49c3ed29c9cabd1ad53e1ee59408de56ad28cc5)
@@ -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();
     }
