Example #1
0
 public bool IsValid(BodyMassIndexReport report)
 => GeneralValidation.IsDecimal(report.Weight);
Example #2
0
 public bool IsValid(BodyMassIndexReport type)
 => GeneralValidation.IsDecimal(type.Height);