C# Class EFWService.Core.OpenAPI.ApiExecuteAroundForBaseInfo

Inheritance: EFWService.Core.OpenAPI.DefaultApiExecuteAround
Afficher le fichier Open project: cgyqu/EFWService.OpenAPI

Méthodes publiques

Méthode Description
After ( AfterParam param ) : void
Before ( BeforeParam param ) : void

Method Details

After() public méthode

public After ( AfterParam param ) : void
param AfterParam
Résultat void

Before() public méthode

public Before ( BeforeParam param ) : void
param BeforeParam
Résultat void