chore: moving towards agentic development
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Socialize.Modules.Projects.Data;
|
||||
|
||||
namespace Socialize.Modules.Projects;
|
||||
|
||||
public static class DependencyInjection
|
||||
{
|
||||
public static WebApplicationBuilder AddProjectsModule(
|
||||
this WebApplicationBuilder builder)
|
||||
{
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user