combined Penalty and EFPenalty
moved some classes around
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using static SharedLibraryCore.Database.Models.EFPenalty;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
{
|
||||
public class PenaltyFilterInfo
|
||||
{
|
||||
public int Offset { get; set; }
|
||||
public SharedLibraryCore.Objects.Penalty.PenaltyType ShowOnly { get; set; }
|
||||
public PenaltyType ShowOnly { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user