|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Knoks.Api.Client.Invoker
|
|
{
|
|
public class SystemConfigurationArgs
|
|
{
|
|
public bool IsTestMode { get; set; }
|
|
public DateTime SystemDateTime { get; set; }
|
|
}
|
|
}
|