10 lines
163 B
C#
10 lines
163 B
C#
namespace PartSource.Automation.Models
|
|
{
|
|
public class AutomationJobResult
|
|
{
|
|
public string Message { get; set; }
|
|
|
|
public bool IsSuccess { get; set; }
|
|
}
|
|
}
|