Exemple #1
0
 private async Task <bool> AttributeExists(int productId, int FeatureAttributeId)
 {
     return(await _productAttributeService.Exists(productId, FeatureAttributeId));
 }