CommentHistory() public static méthode

public static CommentHistory ( int counter ) : CommentHistory
counter int
Résultat CommentHistory
Exemple #1
0
 protected override CommentHistory CreateValid(int i)
 {
     return(CreateValidEntities.CommentHistory(i));
 }