Fixing namespace in Notify components. Adding nunit project to list.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039949
This commit is contained in:
loudej
2009-11-12 19:19:45 +00:00
parent 51d756a573
commit df24fa629a
15 changed files with 19 additions and 20 deletions

View File

@@ -2,10 +2,10 @@
using System.Collections.Generic;
using System.Web;
using System.Web.Mvc;
using Orchard.Notify;
using Orchard.Roles.Models;
using Orchard.Roles.Services;
using Orchard.Roles.ViewModels;
using Orchard.UI.Notify;
namespace Orchard.Roles.Controllers {
[ValidateInput(false)]