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