Send position and overlay
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele Scandura 2021-09-17 12:37:02 +01:00
parent db41143312
commit f12132009f
11 changed files with 599 additions and 34 deletions

View file

@ -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;}