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

huge commit for webfront facelift

This commit is contained in:
RaidMax
2022-04-19 18:43:58 -05:00
parent 7b78e0803a
commit d5b4c60e5a
105 changed files with 2981 additions and 2545 deletions

View File

@ -1,4 +1,5 @@
using SharedLibraryCore.Database.Models;
using System;
using SharedLibraryCore.Database.Models;
namespace SharedLibraryCore.Helpers
{
@ -7,5 +8,6 @@ namespace SharedLibraryCore.Helpers
public EFClient Target { get; set; }
public EFClient Origin { get; set; }
public string Reason { get; set; }
public DateTime ReportedOn { get; set; }
}
}
}