Added initial voice work edit logic (set favorite / delete) on Api and UI layers.
This commit is contained in:
@@ -5,6 +5,8 @@ using JSMR.Application.Scanning;
|
||||
using JSMR.Application.Tags.Commands.SetEnglishName;
|
||||
using JSMR.Application.Tags.Commands.UpdateTagStatus;
|
||||
using JSMR.Application.Tags.Queries.Search;
|
||||
using JSMR.Application.VoiceWorks.Commands.Delete;
|
||||
using JSMR.Application.VoiceWorks.Commands.SetFavorite;
|
||||
using JSMR.Application.VoiceWorks.Queries.Search;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
@@ -18,6 +20,9 @@ public static class ApplicationServiceCollectionExtensions
|
||||
services.AddScoped<SearchCirclesHandler>();
|
||||
|
||||
services.AddScoped<SearchVoiceWorksHandler>();
|
||||
services.AddScoped<SetVoiceWorkFavoriteHandler>();
|
||||
services.AddScoped<DeleteVoiceWorkHandler>();
|
||||
|
||||
services.AddScoped<ScanVoiceWorksHandler>();
|
||||
|
||||
services.AddScoped<SearchTagsHandler>();
|
||||
|
||||
Reference in New Issue
Block a user