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
  • SQL
  • ICCESqlDataContext.cs
  • felegy's avatar
    Initial · e47e568b
    e47e568b Browse Files
    felegy authored 2017-07-07 10:43:25 +0200
ICCESqlDataContext.cs 95 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
namespace .
{
    public interface ICCESqlDataContext : ICCEDataContext
    {
         
    }
}