Ejemplo n.º 1
0
 public Task <bool> FillReportAsync(ITemplate t, IReportType rt, Dictionary <string, dynamic> stuffing, Stream output)
 {
     return(baseService.FillReportAsync(t, rt, stuffing, output));
 }