public async Task <List <Address> > BuyerLocation(string templateID) { return(await _reportDataCommand.BuyerLocation(templateID, UserContext)); }
public async Task <List <HSAddressBuyer> > BuyerLocation(string templateID) { RequireOneOf(CustomRole.MPReportReader, CustomRole.MPReportAdmin); return(await _reportDataCommand.BuyerLocation(templateID, VerifiedUserContext)); }