...
This commit is contained in:
16
Common/Models/Auth/AuthResponse.cs
Normal file
16
Common/Models/Auth/AuthResponse.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common.Models.Auth
|
||||
{
|
||||
public class AuthResponse
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Fullname { get; set; }
|
||||
public string MobileOrUserName { get; set; }
|
||||
public string Token { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user