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

@ -3,10 +3,12 @@ using System.Threading.Tasks;
using System.Net.Http;
using System.Linq;
using System.Collections.Generic;
using Oqtane.Documentation;
using Oqtane.Shared;
namespace Oqtane.Services
{
[PrivateApi("Don't show in the documentation, as everything should use the Interface")]
public class JobLogService : ServiceBase, IJobLogService
{
private readonly SiteState _siteState;