* Tags and files for posts and writtings
* TryAssert(Title ~ H1)
This commit is contained in:
parent
4c6fbd29a5
commit
07be6f2928
8 changed files with 102 additions and 30 deletions
|
|
@ -8,6 +8,14 @@ namespace WorkFlowProvider
|
|||
{
|
||||
public static class WFManager
|
||||
{
|
||||
public static void DropWritting (long wrid)
|
||||
{
|
||||
ContentProvider.DropWritting (wrid);
|
||||
}
|
||||
public static void DropEstimate (long estid)
|
||||
{
|
||||
ContentProvider.DropEstimate(estid);
|
||||
}
|
||||
static IContentProvider contentProvider;
|
||||
|
||||
public static IContentProvider ContentProvider {
|
||||
|
|
@ -61,6 +69,7 @@ namespace WorkFlowProvider
|
|||
return ContentProvider.CreateEstimate (client, title);
|
||||
}
|
||||
|
||||
|
||||
public static long Write(long estid, string desc, decimal ucost, int count, long productid)
|
||||
{
|
||||
return ContentProvider.Write(estid, desc, ucost, count, productid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue