feat(api): TemplateHistoryController
This commit is contained in:
12
PARR.API/Contracts/V1/Responses/HistoryInitiatorResponse.cs
Normal file
12
PARR.API/Contracts/V1/Responses/HistoryInitiatorResponse.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class HistoryInitiatorResponse
|
||||
{
|
||||
public string? Ip { get; set; }
|
||||
public string? Comment { get; set; }
|
||||
public int? ParrComponentId { get; set; }
|
||||
|
||||
public ParrComponentResponse? ParrComponent { get; set; }
|
||||
public UserBaseResponse? User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user