Example #1
0
 public async Task <ICollection <VendorCodeType> > GetTypeAllAsync()
 {
     VerifyManagementPermission();
     return(await _vendorCodeTypeRepository.GetAllAsync(GetCurrentSiteId()));
 }
Example #2
0
 public async Task <ICollection <VendorCodeType> > GetTypeAllAsync()
 {
     return(await _vendorCodeTypeRepository.GetAllAsync(GetCurrentSiteId()));
 }