
2 changed files with 23 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
|
||||
|
namespace CoviDok.Api.Response |
||||
|
{ |
||||
|
public class AuthIdentity |
||||
|
{ |
||||
|
public string Id { get; set; } |
||||
|
public string FirstName { get; set; } |
||||
|
public string LastName { get; set; } |
||||
|
public Role Role { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue