* 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
0ac2fb5adf
15 changed files with 70 additions and 58 deletions
|
|
@ -68,10 +68,16 @@ namespace Yavsc.Model.WorkFlow
|
|||
return ContentProvider.GetEstimates (client, null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the user estimates.
|
||||
/// </summary>
|
||||
/// <returns>The user estimates.</returns>
|
||||
/// <param name="username">Username.</param>
|
||||
public Estimate [] GetUserEstimates (string username)
|
||||
{
|
||||
return ContentProvider.GetEstimates (username);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the stock for a given product reference.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue