Initial commit
This commit is contained in:
9
PartSource.Automation/Models/AutomationJobResult.cs
Normal file
9
PartSource.Automation/Models/AutomationJobResult.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PartSource.Automation.Models
|
||||
{
|
||||
public class AutomationJobResult
|
||||
{
|
||||
public string Message { get; set; }
|
||||
|
||||
public bool IsSuccess { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user