
2 changed files with 1 additions and 17 deletions
@ -1,16 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace CoviDok.Api.Request |
|||
{ |
|||
public class AuthChild |
|||
{ |
|||
public string SessionID { get; set; } |
|||
public string FirstName { get; set; } |
|||
public string LastName { get; set; } |
|||
public string BirthDate { get; set; } |
|||
public string SocSecNum { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue