Add LeafInput
Add EntityFramework
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using LeafWeb.Core.DAL;
|
||||
using Umbraco.Core;
|
||||
|
||||
namespace WebCms.App_Start
|
||||
{
|
||||
public class RegisterDataService : ApplicationEventHandler
|
||||
{
|
||||
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)
|
||||
{
|
||||
DataService.RegisterInitializer();
|
||||
|
||||
base.ApplicationStarted(umbracoApplication, applicationContext);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user