PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/EntityGenerator/CodeType.cs

https://github.com/RickyLin/DotNetUtilities
C# | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | 26060da3cba722ae8c471351f8093829 MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace EntityGenerator
  6. {
  7. public enum CodeType
  8. {
  9. Entities, DbContext
  10. }
  11. }