Exemplo n.º 1
0
 public DynamicReportService(
     IDynamicReportRepository dynamicReportRepository,
     ISettingService serviceSetting)
 {
     _dynamicReportRepository = dynamicReportRepository ?? new DynamicReportRepository();
     _serviceSetting = serviceSetting ?? new SettingService();
 }
 public DynamicReportBusiness()
 {
     _repo = new DynamicReportRepository();
 }