combined Penalty and EFPenalty
moved some classes around
This commit is contained in:
16
SharedLibraryCore/Helpers/Report.cs
Normal file
16
SharedLibraryCore/Helpers/Report.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using SharedLibraryCore.Database.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SharedLibraryCore.Helpers
|
||||
{
|
||||
public class Report
|
||||
{
|
||||
public EFClient Target { get; set; }
|
||||
public EFClient Origin { get; set; }
|
||||
public string Reason { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user