enhancement for issue #63

This commit is contained in:
RaidMax
2019-02-17 18:48:40 -06:00
parent b4e3e8526a
commit 9c4d23f0b4
6 changed files with 41 additions and 15 deletions

View File

@ -19,5 +19,6 @@ namespace SharedLibraryCore.Dtos
public string Type { get; set; }
public string TimePunished { get; set; }
public string TimeRemaining { get; set; }
public bool Expired { get; set; }
}
}