This commit is contained in:
parent
17d6cd28d6
commit
7e3e645fc9
48 changed files with 1530 additions and 1538 deletions
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Sledgemapper.Api.Models
|
||||
namespace Sledgemapper.Api.Core.Entities
|
||||
{
|
||||
public class UserConnection
|
||||
{
|
||||
|
@ -11,6 +11,6 @@ namespace Sledgemapper.Api.Models
|
|||
public Guid UserId { get; set; }
|
||||
|
||||
[Required]
|
||||
public string ConnectionId{get;set;}
|
||||
public string ConnectionId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue