Init Git
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using AMREZ.EOP.Contracts.DTOs.Tenancy.CreateTenant;
|
||||
|
||||
namespace AMREZ.EOP.Abstractions.Applications.UseCases.Tenancy;
|
||||
|
||||
public interface ICreateTenantUseCase
|
||||
{
|
||||
Task<CreateTenantResponse?> ExecuteAsync(CreateTenantRequest request, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user