|
using Netina.Common.Models;
|
|
using Netina.Domain.Dtos.ResponseDtos;
|
|
|
|
namespace Netina.Core.Abstracts;
|
|
|
|
public interface IExternalFilesService : IScopedDependency
|
|
{
|
|
Task<AdminChangeLogResponseDto> GetAdminChangeLogAsync(CancellationToken cancellationToken = default);
|
|
} |