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