Generator Changes at 9/27/2025 10:36:00 AM
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FrontOffice.BFF.Application.Common.Interfaces;
|
||||
|
||||
public interface IApplicationContractContext
|
||||
{
|
||||
#region FM
|
||||
|
||||
//FileLogContract.FileLogContractClient FileManagements { get; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace FrontOffice.BFF.Application.Common.Interfaces;
|
||||
|
||||
public interface ICurrentUserService
|
||||
{
|
||||
string? UserId { get; }
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace FrontOffice.BFF.Application.Common.Interfaces;
|
||||
|
||||
public interface ITokenProvider
|
||||
{
|
||||
Task<string> GetTokenAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user