Working delete and hide of the post
This commit is contained in:
@@ -13,7 +13,7 @@ namespace BL.Interfaces
|
||||
FoorumDTO Get(int id);
|
||||
FoorumDTO Add(FoorumDTO foorum);
|
||||
FoorumDTO Update(FoorumDTO foorum);
|
||||
void Hide(int id);
|
||||
void Hide(int id, bool hide=true);
|
||||
void Delete(int id);
|
||||
void AddPost(int id, PostDTO post);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user