Simplified LogicResults

This commit is contained in:
2024-07-13 18:47:49 +02:00
parent f1266783b3
commit df93bc410f
7 changed files with 76 additions and 100 deletions

View File

@@ -6,6 +6,7 @@ namespace HopFrame.Api;
public static class ControllerExtensions {
public static IMvcBuilder AddController<TController>(this IMvcBuilder builder) where TController : ControllerBase {
//TODO: Change implementation method
return builder.AddApplicationPart(typeof(TController).Assembly);
}