1
pulg
2025-06-30 f8e049e2a30f711a56b735361a230216d8808f0b
1
2
3
4
5
6
7
8
9
10
11
namespace $rootnamespace$.Areas.HelpPage
{
    /// <summary>
    /// Indicates whether the sample is used for request or response
    /// </summary>
    public enum SampleDirection
    {
        Request = 0,
        Response
    }
}