Skip to content

Commit

Permalink
Populate CurrentRequestDto in ServiceBase
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 19, 2012
1 parent 0dc5d52 commit 4a2ac00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceStack.ServiceInterface/ServiceBase.cs
Expand Up @@ -75,6 +75,7 @@ public IAppHost GetAppHost()
/// <param name="requestDto"></param>
protected void BeforeEachRequest(TRequest requestDto)
{
this.CurrentRequestDto = requestDto;
OnBeforeExecute(requestDto);
}

Expand Down

0 comments on commit 4a2ac00

Please sign in to comment.