예제 #1
0
 public void Execute()
 {
     Result = new ApiResult <InputConfiguration>
     {
         Content = new InputConfiguration("New Configuration", InputAction.GenerateFullSet(count)),
         Message = "OK",
         Success = true
     };
 }