コード例 #1
0
ファイル: CremaRandomUtility.cs プロジェクト: teize001/Crema
 public static void Generate(this ITypeContext context, Authentication authentication, int tryCount)
 {
     for (var i = 0; i < tryCount; i++)
     {
         context.Generate(authentication);
     }
 }