Skip to content

Instantly share code, notes, and snippets.

@ErikHen
Created May 1, 2019 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErikHen/07a99f79606068587e1e41ed7c9c1029 to your computer and use it in GitHub Desktop.
Save ErikHen/07a99f79606068587e1e41ed7c9c1029 to your computer and use it in GitHub Desktop.
namespace AlloyDemo.Business
{
public interface IDisableOutputCache
{
bool? DisableOutputCache { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment