.
This commit is contained in:
parent
cfa053cfc9
commit
5e5f6a3d25
6 changed files with 26 additions and 15 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue