Skip to content

Commit

Permalink
Merge pull request #330 from jsonmez/patch-1
Browse files Browse the repository at this point in the history
Update src/ServiceStack.ServiceInterface/ResponseFilterAttribute.cs
  • Loading branch information
mythz committed Nov 10, 2012
2 parents 2348c65 + 9232769 commit 82d1d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void ResponseFilter(IHttpRequest req, IHttpResponse res, object response)
/// <param name="req">The http request wrapper</param> /// <param name="req">The http request wrapper</param>
/// <param name="res">The http response wrapper</param> /// <param name="res">The http response wrapper</param>
/// <param name="requestDto">The response DTO</param> /// <param name="requestDto">The response DTO</param>
public abstract void Execute(IHttpRequest req, IHttpResponse res, object requestDto); public abstract void Execute(IHttpRequest req, IHttpResponse res, object responseDto);


/// <summary> /// <summary>
/// Create a ShallowCopy of this instance. /// Create a ShallowCopy of this instance.
Expand Down

0 comments on commit 82d1d05

Please sign in to comment.