Remotely/Remotely_Library/Models/AttendedSessionInfo.cs
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

13 lines
259 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Remotely_Library.Models
{
public class AttendedSessionInfo
{
public string SignalRConnectionID { get; set; }
public string Password { get; set; }
}
}