This commit is contained in:
Paul Schneider
2014-10-12 15:22:45 +02:00
parent 83ac08cfd4
commit 1606fd0871
17 changed files with 136 additions and 90 deletions

View File

@ -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)