Beispiel #1
0
 public OopMax GetOopMax(string productId)
 {
     return(ValidateProductId(productId) ? _repository.GetOopMax(productId) : null);
 }