コード例 #1
0
 public static void AddRandomCategories(this ITableContext tableContext, Authentication authentication, int tryCount)
 {
     for (var i = 0; i < tryCount; i++)
     {
         tableContext.AddRandomCategory(authentication);
     }
 }