Skip to content
  • This project
    • Loading...
  • Sign in

Gabor Felegyhazi / ContextConfigEnv

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ContextConfigEnv
  • CCE
  • Data
  • Configuration
  • ICCEDataContext.cs
  • Gabor Felegyhazi's avatar
    Kesz · c7ee5b2c
    c7ee5b2c
    Gabor Felegyhazi authored 2017-08-29 11:27:03 +0200
ICCEDataContext.cs 252 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
namespace CCE.Data.Configuration
{
	using CCE.Configuration;

	public interface ICCEDataContext
	{
		/// <summary>
		/// Gets the ccce context.
		/// </summary>
		/// <value>
		/// The ccce context.
		/// </value>
		ICCEContext CCEContext { get; }
	}
}