mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
stuff
This commit is contained in:
parent
39cac898c6
commit
fc3ed1105d
26 changed files with 294 additions and 166 deletions
9
src/Ombi.Core/Models/Requests/RequestCountModel.cs
Normal file
9
src/Ombi.Core/Models/Requests/RequestCountModel.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ombi.Core.Models.Requests
|
||||
{
|
||||
public class RequestCountModel
|
||||
{
|
||||
public int Pending { get; set; }
|
||||
public int Approved { get; set; }
|
||||
public int Available { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue