* Tags and files for posts and writtings

* TryAssert(Title ~ H1)
This commit is contained in:
Paul Schneider
2014-09-24 16:19:23 +02:00
parent 4c6fbd29a5
commit 07be6f2928
8 changed files with 102 additions and 30 deletions

View File

@ -6,6 +6,9 @@ namespace yavscModel.WorkFlow
{
public interface IContentProvider : IProvider, IDisposable
{
void DropWritting (long wrid);
void DropEstimate (long estid);
void TagWritting (long wrid,string tag);
int GetStatus (string estimId);
/// <summary>
/// Gets the status labels.