Beispiel #1
0
 public async Task <bool> BrandExists(string brandname)
 {
     return(await _brandRepository.BrandExistsByName(brandname));
 }