Skip to content

Commit

Permalink
Move cleanup service to serval.shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Dec 2, 2024
1 parent 65c72c4 commit 42300e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Microsoft.Extensions.DependencyInjection;
using SIL.ServiceToolkit.Services;

namespace Serval.Translation.Services;
namespace Serval.Shared.Services;

public abstract class UninitializedCleanupService<T>(
IServiceProvider services,
Expand Down

0 comments on commit 42300e9

Please sign in to comment.