コード例 #1
0
ファイル: MultiTierBenefit.cs プロジェクト: rcwang01/bdd-demo
 public IEnumerable <Deductible> GetDeductible(string productId)
 {
     return(ValidateProductId(productId) ? _repository.GetDeductible(productId) : null);
 }