PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Plugins/GizmoBeach.Components/UI/AspNetMvcUILayerObjectsForDbContext.cs

http://github.com/kahanu/CondorXE
C# | 14 lines | 12 code | 2 blank | 0 comment | 0 complexity | d6c8f4f67653db7c7880f88c195793b2 MD5 | raw file
  1. using System;
  2. using System.Linq;
  3. using Condor.Core;
  4. namespace GizmoBeach.Components.UI
  5. {
  6. public class AspNetMvcUILayerObjectsForDbContext : AspNetMvcUILayerObjectsForDbContextBase
  7. {
  8. public AspNetMvcUILayerObjectsForDbContext(RequestContext context):base(context)
  9. {
  10. }
  11. }
  12. }