コード例 #1
0
 public ActionResponse(ActionResponse response, TResult result) : this(response) { Result = result; }
コード例 #2
0
 public ActionResponse(ActionResponse response) : this()
 {
     Messages        = response.Messages;
     ActionSucceeded = response.ActionSucceeded;
 }