add documentation comment
This commit is contained in:
parent
70bfea6b54
commit
c0932c6cb8
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user