﻿ function DeleteParentAdviceComment(Ownerid,PcomId,ConId,ConTy, rid,CommentAllowed,CurrentUser)
    { 
        PageMethods.DeleteParentComments(CurrentUser, PcomId, ConId, ConTy, rid,  CommentAllowed.toLowerCase(), OnSucceeded, OnFailed);                       
    }
    
    function DeleteAdviceComment(Ownerid,comId,rid,CommentAllowed,CurrentUser)
    {

        PageMethods.DeleteComment(CurrentUser, comId, rid,  CommentAllowed.toLowerCase(), OnSucceeded, OnFailed);            
    }
    
    
