feat(release): front int PK with app-minted GUID EntryKey on the public addressing surface (P11 W5, 11.H)
This commit is contained in:
@@ -29,9 +29,9 @@ public class ReleaseClientDataService : IReleaseDataService
|
||||
string? genre = null)
|
||||
=> _releaseClient.GetPaged(medium, page, pageSize, sortColumn, sortDescending, search, genre);
|
||||
|
||||
public Task<ApiResult<ReleaseDto>> GetById(long id)
|
||||
=> _releaseClient.GetById(id);
|
||||
public Task<ApiResult<ReleaseDto>> GetByEntryKey(string entryKey)
|
||||
=> _releaseClient.GetByEntryKey(entryKey);
|
||||
|
||||
public Task<ApiResult<WaveformProfileDto?>> GetMixWaveform(long id)
|
||||
=> _releaseClient.GetMixWaveform(id);
|
||||
public Task<ApiResult<WaveformProfileDto?>> GetMixWaveform(string entryKey)
|
||||
=> _releaseClient.GetMixWaveform(entryKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user