onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.Hosting.AspNet/ModelBinders/MixedSource/Source.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace OneBeyond.Studio.Hosting.AspNet.ModelBinders.MixedSource;

public static class Source
{
    public const string ROUTE = nameof(ROUTE);
    public const string BODY = nameof(BODY);
}