Remotely/Remotely_Library/Models/AttendedSessionInfo.cs
Jared Goodwin 61fa16de4c Initial
2019-02-23 11:02:23 -08: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; }
}
}