public GetMapActionResult(Header header, GoalStatus status, GetMapResult result) { this.header = header; this.status = status; this.result = result; }
public GetMapActionResult() { this.header = new Header(); this.status = new GoalStatus(); this.result = new GetMapResult(); }