Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. namespace MyWebApp.Web.Site.Areas.Core
  2. {
  3. using Sdl.Web.Common.Models;
  4. using Sdl.Web.Mvc.Configuration;
  5.  
  6. public class CoreAreaRegistration : BaseAreaRegistration
  7. {
  8. public override string AreaName => "Core";
  9.  
  10. protected override void RegisterAllViewModels()
  11. {
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement