Import from internal git
This commit is contained in:
12
Core/Interfaces/IRepositoryRequest.cs
Normal file
12
Core/Interfaces/IRepositoryRequest.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Core.Dto;
|
||||
using Core.SpecConfig;
|
||||
|
||||
namespace Core.Interfaces;
|
||||
|
||||
public interface IRepositoryRequest
|
||||
{
|
||||
public Task<List<PackageDataDto>> GetVersions(Language language, string packageName);
|
||||
|
||||
public Task<bool> DeleteVersion(string id);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user