コード例 #1
0
ファイル: CremaRandomUtility.cs プロジェクト: teize001/Crema
 public static void Generate(this ITypeContext context, Authentication authentication)
 {
     if (RandomUtility.Within(25) == true)
     {
         context.AddRandomCategory(authentication);
     }
     else
     {
         context.AddRandomType(authentication);
     }
 }