Generator Changes at 9/27/2025 11:50:52 PM
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace CMSMicroservice.Application.Common.Interfaces;
|
||||
public interface IGenerateJwtToken
|
||||
{
|
||||
Task<string> GenerateJwtToken(User user);
|
||||
}
|
||||
Reference in New Issue
Block a user