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