trying to merge identity in api
This commit is contained in:
parent
9d4fd1e6c0
commit
5f6095f3ef
39 changed files with 868 additions and 282 deletions
|
@ -9,6 +9,9 @@ namespace Sledgemapper.Api.Models
|
|||
[Key]
|
||||
public int MapLogId { get; set; }
|
||||
|
||||
[Required]
|
||||
public string User{get;set;}
|
||||
|
||||
[Required]
|
||||
public string SessionName { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue