add baninfo api

This commit is contained in:
RaidMax
2022-06-02 16:48:47 -05:00
parent 2f7eb07e39
commit 7c10e0e3de
8 changed files with 147 additions and 4 deletions

View File

@ -13,7 +13,7 @@ namespace SharedLibraryCore.Dtos
public int Offset { get; set; }
/// <summary>
/// how many itesm to take
/// how many items to take
/// </summary>
public int Count { get; set; } = 100;
@ -35,4 +35,4 @@ namespace SharedLibraryCore.Dtos
Ascending,
Descending
}
}
}