add documentation comment
This commit is contained in:
parent
70bfea6b54
commit
c0932c6cb8
@ -23,6 +23,10 @@ using System.Reflection;
|
|||||||
|
|
||||||
using Mocha.Core.UI.Server;
|
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 Program : WebApplication
|
||||||
{
|
{
|
||||||
public class OmsSession
|
public class OmsSession
|
||||||
|
|||||||
@ -26,6 +26,9 @@ using Mocha.Core.Oop.Methods;
|
|||||||
|
|
||||||
namespace Mocha.ServerApplication;
|
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
|
public class Program : MochaWebApplication
|
||||||
{
|
{
|
||||||
protected override int DefaultPort => 10020;
|
protected override int DefaultPort => 10020;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user