Example #1
0
 public async Task <bool> SiteHasCodesAsync()
 {
     return(await _vendorCodeTypeRepository.SiteHasCodesAsync(GetCurrentSiteId()));
 }