Tell all concrete implementations to be private / not show in the docs

This commit is contained in:
ijungleboy
2021-05-21 18:29:06 +02:00
parent 074b998bbc
commit de6acf0029
28 changed files with 66 additions and 0 deletions

View File

@ -4,11 +4,13 @@ using System.Net.Http;
using System.Net.Http.Json;
using System.Threading;
using System.Threading.Tasks;
using Oqtane.Documentation;
using Oqtane.Models;
using Oqtane.Shared;
namespace Oqtane.Services
{
[PrivateApi("Don't show in the documentation, as everything should use the Interface")]
public class ServiceBase
{
private readonly HttpClient _http;