1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add baninfo api

This commit is contained in:
RaidMax
2022-06-02 16:48:47 -05:00
parent 926fcaa3ed
commit aa7e63022c
8 changed files with 147 additions and 4 deletions

View File

@ -0,0 +1,8 @@
using SharedLibraryCore.Dtos;
namespace WebfrontCore.QueryHelpers.Models;
public class BanInfoRequest : PaginationRequest
{
public string ClientName { get; set; }
}