fixes
This commit is contained in:
parent
83ac08cfd4
commit
1606fd0871
17 changed files with 136 additions and 90 deletions
|
|
@ -13,6 +13,11 @@ namespace Yavsc.Model.WorkFlow
|
|||
/// </summary>
|
||||
public static class WorkFlowManager
|
||||
{
|
||||
public static void SetTitle (long id, string title)
|
||||
{
|
||||
ContentProvider.SetTitle (id, title);
|
||||
}
|
||||
|
||||
public static event EventHandler NewOrder;
|
||||
|
||||
public static Estimate GetEstimate (long estid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue