#19924: Moving FormValueRequiredAttribute to Orchard.Mvc, removing duplicate class declarations and updating usages.

Work Item: 19924

--HG--
branch : 1.x
This commit is contained in:
Sipke Schoorstra
2013-07-21 02:03:40 +02:00
parent f15d521009
commit 42e2eb630e
24 changed files with 42 additions and 80 deletions

View File

@@ -8,6 +8,7 @@ using Orchard.Core.Contents.Controllers;
using Orchard.Core.Settings.Models;
using Orchard.DisplayManagement;
using Orchard.Localization;
using Orchard.Mvc;
using Orchard.Security;
using Orchard.UI.Notify;
using Orchard.Users.Events;