Add Hangfire
Adjust namespace
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Globalization;
|
||||
using AutoMapper;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Web.Models;
|
||||
|
||||
namespace WebCms.Models
|
||||
namespace LeafWeb.WebCms.Models
|
||||
{
|
||||
public class LeafInputConfirm
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Linq;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace WebCms.Models
|
||||
namespace LeafWeb.WebCms.Models
|
||||
{
|
||||
public class SelectListViewModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user