totem custo: new routes
This commit is contained in:
parent
721c0f9e7f
commit
c962998aaa
23 changed files with 335 additions and 167 deletions
|
|
@ -100,6 +100,11 @@ namespace Yavsc.Model.Blogs
|
|||
Provider.UpdatePost (postid, title, content, visible, cids);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Updates the post photo.
|
||||
/// </summary>
|
||||
/// <param name="postid">Postid.</param>
|
||||
/// <param name="photo">Photo.</param>
|
||||
public static void UpdatePostPhoto (long postid, string photo)
|
||||
{
|
||||
Provider.UpdatePostPhoto (postid, photo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue