Added a "Type" property to form inputs.
Fixed the second "title" section found in web page heads.
This commit is contained in:
parent
71f1cfcf20
commit
301dbdcb6d
15 changed files with 83 additions and 24 deletions
|
|
@ -8,9 +8,14 @@ namespace WorkFlowProvider
|
|||
{
|
||||
public static class WFManager
|
||||
{
|
||||
public static Estimate GetEstimate (long estid)
|
||||
{
|
||||
return ContentProvider.GetEstimate (estid);
|
||||
}
|
||||
|
||||
public static void UpdateWritting (Writting wr)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
ContentProvider.UpdateWritting (wr);
|
||||
}
|
||||
|
||||
public static void DropWritting (long wrid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue