updates to module template for static rendering (ActionDialog Id property, Service interface moved to Shared, Client Service using IHttpClientFactory, Async methods added to Repository, Server Service implementation added, Controller uses Server Service implementation, Server Service registered in Startup)

This commit is contained in:
sbwalker
2024-03-21 14:55:07 -04:00
parent 237108a6d1
commit 448e3a4639
9 changed files with 169 additions and 10 deletions

View File

@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using Microsoft.AspNetCore.Http;
using Oqtane.Modules;
using Oqtane.Models;
using Oqtane.Infrastructure;