[Add] MasterData Services.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using AMREZ.EOP.Contracts.DTOs.MasterData.Brand;
|
||||
|
||||
namespace AMREZ.EOP.Abstractions.Applications.UseCases.MasterData.Brand;
|
||||
|
||||
public interface IGetBrandUseCase
|
||||
{
|
||||
Task<BrandResponse?> ExecuteAsync(Guid id, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user