More renaming

This commit is contained in:
TheXamlGuy
2024-06-16 15:48:53 +01:00
parent a0b074c9e0
commit 02969b3850
15 changed files with 91 additions and 107 deletions
@@ -4,5 +4,5 @@ public interface IConfigurationInitializer<TConfiguration>
where TConfiguration :
class
{
Task Initialize();
Task OnInitialize();
}