1
0
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:
RaidMax
2022-06-05 16:27:56 -05:00
parent 9843f7404f
commit ae05bc4009
11 changed files with 484 additions and 86 deletions

View File

@ -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; }
}