yl
2022-11-21 b166c0f80252ab4e1af4136789cb976364b779b2
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
    }
}