コード例 #1
0
 public bool PathElementIsEmpty(PathElement pathElement)
 {
     return(_quantitySelectionDTOList.HasOnlyEmptyValuesAt(pathElement));
 }