Update to latest packages and show examples
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using GerstITS.Web.Http;
|
||||
|
||||
namespace GerstITS.Examples.Api;
|
||||
|
||||
public sealed partial class Module
|
||||
{
|
||||
#region Methods
|
||||
|
||||
private static void RegisterSession(IServiceCollection container)
|
||||
{
|
||||
container.AddDistributedMemoryCache();
|
||||
container.AddHttpSession();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user