[Add] MasterData Services.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using AMREZ.EOP.Contracts.DTOs.ImportData.Location;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
namespace AMREZ.EOP.Abstractions.Applications.UseCases.ImportData.Location;
|
||||
|
||||
public interface ILocationImportUseCase
|
||||
{
|
||||
Task<LocationImportResultDto> ExecuteAsync(IFormFile file, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user