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