refactoring

This commit is contained in:
Paul Schneider 2014-10-06 04:58:47 +02:00
commit f3a2efa244
64 changed files with 121 additions and 159 deletions

View file

@ -1,8 +1,8 @@
using System;
using yavscModel.WorkFlow;
using Yavsc.Model.WorkFlow;
using System.Web.Mvc;
namespace yavscModel.WorkFlow
namespace Yavsc.Model.WorkFlow
{
public interface IWFModule
{