コード例 #1
0
 private bool HashThisProductNameAlreadySystem(string productName)
 {
     return(aProductGateway.HashThisProductNameAlreadySystem(productName));
 }