This commit is contained in:
Paul Schneider 2016-12-15 01:27:40 +01:00
commit 5e5f6a3d25
6 changed files with 26 additions and 15 deletions

View file

@ -2,11 +2,12 @@ using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
using Yavsc.Models;
using YavscLib;
namespace Yavsc.Model.Chat
{
public class Connection
public class Connection : IConnection
{
[JsonIgnore]
public string ApplicationUserId { get; set; }