BlogSharp.Core.Impl.Services.Post.PostService.RemoveComment C# (CSharp) Method

RemoveComment() public method

public RemoveComment ( Feedback comment ) : void
comment Feedback
return void
		public void RemoveComment(Feedback comment)
		{
			postRepository.DeleteComment(comment);
		}