mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 06:08:20 -05:00
11 lines
253 B
C#
11 lines
253 B
C#
using SharedLibraryCore.Database.Models;
|
|
|
|
namespace SharedLibraryCore.Helpers
|
|
{
|
|
public class Report
|
|
{
|
|
public EFClient Target { get; set; }
|
|
public EFClient Origin { get; set; }
|
|
public string Reason { get; set; }
|
|
}
|
|
} |