Esempio n. 1
0
 public async Task <List <HSLineItemOrder> > LineItemDetail(string templateID, ListArgs <ReportAdHocFilters> args)
 {
     return(await _reportDataCommand.LineItemDetail(templateID, args, UserContext));
 }
Esempio n. 2
0
 public async Task <List <HSLineItemOrder> > LineItemDetail(string templateID, ListArgs <ReportAdHocFilters> args)
 {
     RequireOneOf(CustomRole.MPReportReader, CustomRole.MPReportAdmin);
     return(await _reportDataCommand.LineItemDetail(templateID, args, VerifiedUserContext));
 }