C# Class EFWService.Core.OpenAPI.ApiExecuteAroundForBaseInfo

Inheritance: EFWService.Core.OpenAPI.DefaultApiExecuteAround
Show file Open project: cgyqu/EFWService.OpenAPI

Public Methods

Method Description
After ( AfterParam param ) : void
Before ( BeforeParam param ) : void

Method Details

After() public method

public After ( AfterParam param ) : void
param AfterParam
return void

Before() public method

public Before ( BeforeParam param ) : void
param BeforeParam
return void