Add Hangfire

Adjust namespace
This commit is contained in:
2016-11-17 13:36:13 -05:00
parent 88a21593da
commit eeacfebec9
34 changed files with 1007 additions and 38 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.Globalization;
using AutoMapper;
using LeafWeb.Core.DAL;
using Umbraco.Core.Models;
using Umbraco.Web.Models;
namespace WebCms.Models
namespace LeafWeb.WebCms.Models
{
public class LeafInputCreate
{