feat: pivot to social media workflow app
This commit is contained in:
12
backend/Modules/Clients/DependencyInjection.cs
Normal file
12
backend/Modules/Clients/DependencyInjection.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Socialize.Modules.Clients.Data;
|
||||
|
||||
namespace Socialize.Modules.Clients;
|
||||
|
||||
public static class DependencyInjection
|
||||
{
|
||||
public static WebApplicationBuilder AddClientsModule(
|
||||
this WebApplicationBuilder builder)
|
||||
{
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user