Exemple #1
0
 public long FindUserIDByCommentID(long id, SqlTransaction tran)
 {
     return(dal.FindUserIDByCommentID(id, tran));
 }