12 lines
332 B
C#
12 lines
332 B
C#
namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.Models
|
|
{
|
|
public sealed record TestSample(
|
|
int Index,
|
|
string Time,
|
|
string StaticCoefficient,
|
|
string DynamicCoefficient,
|
|
string Verdict,
|
|
double StaticCoefficientValue,
|
|
double DynamicCoefficientValue);
|
|
}
|