コード例 #1
0
 /// <summary>
 /// Returns a random date between 1000 days in the past and 1000 days in the future.
 /// </summary>
 public DateTime GenerateDateTime() =>
 _context.GenerateDateTime();
コード例 #2
0
 /// <summary>
 /// Returns a random date between 1000 days in the past and 1000 days in the future.
 /// </summary>
 public static DateTime GenerateDateTime() =>
 Context.GenerateDateTime();