
* Web.csproj: * Web.config: * Catalog.xml: * Global.asax.cs: * TestBinding.cs: * IProvider.cs: * yavscModel.csproj: * WFManager.cs: * BasketController.cs: * WorkFlowController.cs: * ITCPNpgsqlProvider.cs: * IContentProvider.cs: * WorkFlowProvider.csproj: * NpgsqlContentProvider.cs: * Provider.cs: * ITContentProvider.csproj: * FrontOfficeApiController.cs: * ProviderCollection.cs: * WorkflowConfiguration.cs: * BlogProvidersConfigurationSection.cs: * IITContent.cs: Estimate creation
13 lines
145 B
C#
13 lines
145 B
C#
using System;
|
|
using WorkFlowProvider;
|
|
using yavscModel.WorkFlow;
|
|
|
|
namespace ITContent
|
|
{
|
|
public interface IITContent: IContentProvider
|
|
{
|
|
|
|
}
|
|
}
|
|
|