Ejemplo n.º 1
0
 private int SaveComments(Comments comments, int type)
 {
     return(DatabaseWriter.SaveComments(comments, type));
 }