mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add ban management page
This commit is contained in:
@ -5,4 +5,7 @@ namespace WebfrontCore.QueryHelpers.Models;
|
||||
public class BanInfoRequest : PaginationRequest
|
||||
{
|
||||
public string ClientName { get; set; }
|
||||
public string ClientGuid { get; set; }
|
||||
public int? ClientId { get; set; }
|
||||
public string ClientIP { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user