コード例 #1
0
 protected override void SetCommandParameters(WSCommandTypeBase command)
 {
     command.SetCommandParameter("Type", Type);
 }
コード例 #2
0
 protected override void SetCommandParameters(WSCommandTypeBase command)
 {
     command.SetCommandParameter("IsSuccess", IsSuccess);
     command.SetCommandParameter("Message", Message);
 }