Send position and overlay
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
db41143312
commit
f12132009f
11 changed files with 599 additions and 34 deletions
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Sledgemapper.Api.Models
|
||||
|
@ -7,7 +8,7 @@ namespace Sledgemapper.Api.Models
|
|||
[Key]
|
||||
public int UserConnectionId { get; set; }
|
||||
[Required]
|
||||
public int UserId { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
|
||||
[Required]
|
||||
public string ConnectionId{get;set;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue