Initial commit
This commit is contained in:
9
C#/WebApplication/Modules/Session.cs
Normal file
9
C#/WebApplication/Modules/Session.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace WebApplication.Modules {
|
||||
public class Session {
|
||||
public string Guid { get; set; }
|
||||
public string CustomerId { get; set; }
|
||||
public DateTime CreationDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user