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