
* Web.csproj: * Global.asax.cs: * instdb.sql: * TemplateException.cs: * ValidateAjaxAttribute.cs: * TemplateException.cs: * WorkFlowController.cs: * NFCircle.cs: * Circle.cs: * NFEventPub.cs: * Period.cs: * OpenDay.cs: * NFUserPrefs.cs: * YaEvent.cs: * WeekDay.cs: * Position.cs: * EventPub.cs: * Resources.Designer.cs: * Schedule.cs: * Period.cs: * NFEvent.cs: * EventType.cs: * WeekDay.cs: * OpenDay.cs: * FrontOfficeApiController.cs: * UserPrefs.cs: * Position.cs: * Schedule.cs: * Publishing.cs: * EventType.cs: * Periodicity.cs: * Publishing.cs: * Periodicity.cs: * ProvidedEvent.cs: * ProvidedEvent.cs: * NightFlashController.cs: * EstablishmentType.cs: * ProviderPublicInfo.cs: * EstablishmentType.cs: * PositionAndKeyphrase.cs: * ProviderPublicInfo.cs: * PositionAndKeyphrase.cs: refactoring
37 lines
771 B
C#
37 lines
771 B
C#
using System;
|
|
using SalesCatalog;
|
|
using System.Web.Routing;
|
|
using System.Threading.Tasks;
|
|
using System.Diagnostics;
|
|
using System.Web.Http;
|
|
using System.Net.Http;
|
|
using System.Web;
|
|
using System.Linq;
|
|
using System.IO;
|
|
using System.Net;
|
|
using Yavsc;
|
|
using System.Web.Security;
|
|
using Yavsc.Model.WorkFlow;
|
|
using System.Reflection;
|
|
using System.Collections.Generic;
|
|
using Yavsc.Model.RolesAndMembers;
|
|
using Yavsc.Controllers;
|
|
using Yavsc.Formatters;
|
|
using System.Text;
|
|
using System.Web.Profile;
|
|
using System.Collections.Specialized;
|
|
|
|
namespace Yavsc.Helpers
|
|
{
|
|
class TemplateException : Exception
|
|
{
|
|
public TemplateException(string message):base(message)
|
|
{
|
|
}
|
|
public TemplateException(string message,Exception innerException):base(message,innerException)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|