mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
removed event controller, and added status to api controller
get time passed returns weeks after 90 days and months after 365
This commit is contained in:
11
SharedLibraryCore/Interfaces/IPageList.cs
Normal file
11
SharedLibraryCore/Interfaces/IPageList.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
public interface IPageList
|
||||
{
|
||||
IDictionary<string, string> Pages { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user