ITContentProvider/ITCPNpgsqlProvider.cs:
ITContentProvider/ITContentProvider.csproj: ITContentProvider/Model/NewProjectModel.cs: ITContentProvider/ProjectInfo.cs: web/Web.csproj: web/Web.config: yavscModel/WorkFlow/WorkFlowManager.cs: Namespace ITContentProvider has been removed, implementation has moved to Yavsc namespace yavscModel/WorkFlow/WorkFlowManager.cs: Xml doc
This commit is contained in:
parent
8447f15968
commit
31ad967df5
15 changed files with 70 additions and 58 deletions
|
|
@ -1,8 +1,9 @@
|
|||
using System;
|
||||
using Yavsc;
|
||||
using Npgsql;
|
||||
using Yavsc.Model;
|
||||
|
||||
namespace ITContentProvider
|
||||
namespace Yavsc
|
||||
{
|
||||
/// <summary>
|
||||
/// ITCP npgsql provider.
|
||||
|
|
@ -23,9 +24,9 @@ namespace ITContentProvider
|
|||
void NewRelease(int projectId, string Version);
|
||||
*/
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ITContentProvider.ITCPNpgsqlProvider"/> class.
|
||||
/// </summary>
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Yavsc.ITCPNpgsqlProvider"/> class.
|
||||
/// </summary>
|
||||
public ITCPNpgsqlProvider ()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue