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