add documentation comment

This commit is contained in:
Michael Becker 2024-12-22 17:00:51 -05:00
parent 70bfea6b54
commit c0932c6cb8
Signed by: beckermj
GPG Key ID: 24F8DAA73DCB2C8F
2 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,10 @@ using System.Reflection;
using Mocha.Core.UI.Server;
/// <summary>
/// Provides the entry point for a simple application which starts a Web server
/// and provisions one or more Mocha tenants from a configuration file.
/// </summary>
public class Program : WebApplication
{
public class OmsSession

View File

@ -26,6 +26,9 @@ using Mocha.Core.Oop.Methods;
namespace Mocha.ServerApplication;
/// Provides the entry point for a simple application which starts a Web server
/// and provisions one or more Mocha tenants from a configuration file.
/// </summary>
public class Program : MochaWebApplication
{
protected override int DefaultPort => 10020;