init
This commit is contained in:
11
DOAN.Model/System/Model/Dto/LockUserDto.cs
Normal file
11
DOAN.Model/System/Model/Dto/LockUserDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DOAN.Model.System.Dto
|
||||
{
|
||||
public class LockUserDto
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string ClientId { get; set; }
|
||||
public string ConnnectionId { get; set; }
|
||||
public string Reason { get; set; }
|
||||
public int Time { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user