コード例 #1
0
 public bool CategoryExists(string relativeUrl)
 {
     return(_categoryGateway.ExistsByRelativeUrl(relativeUrl));
 }