Initial Commit
This commit is contained in:
9
PatchProbe.Shared/Models/InstalledHotfix.cs
Normal file
9
PatchProbe.Shared/Models/InstalledHotfix.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PatchProbe.Shared.Models;
|
||||
|
||||
public sealed class InstalledHotfix
|
||||
{
|
||||
public string? HotFixId { get; init; }
|
||||
public string? Description { get; init; }
|
||||
public string? InstalledBy { get; init; }
|
||||
public DateTimeOffset? InstalledOn { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user