/// <summary> /// Adds the specified entity. /// </summary> /// <param name="cm">The Comment entity.</param> public override comment Add(comment cm) { _commentDataService.Add(cm); return(cm); }
/// <summary> /// Adds the specified entity. /// </summary> /// <param name="comment">The comment entity.</param> public override void Add(Comment comment) { _commentDataService.Add(comment); }