some cleaning
This commit is contained in:
parent
44b534fb9b
commit
0e3d28768f
4 changed files with 58 additions and 46 deletions
|
|
@ -2,6 +2,10 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Diagnostics;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Yavsc.Abstract.IT
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// A command specification (a system command),
|
||||
/// in order to reference some trusted server-side process
|
||||
|
|
@ -34,3 +38,5 @@ public class Command
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue