Exemplo n.º 1
0
 public IEnumerable <Deductible> GetDeductibles(string productId)
 {
     return(ValidateProductId(productId) ? _repository.GetDeductibles(productId) : null);
 }