public ReportService(IReportRepository reportRepository, IReportGroupRoleRepository reportGroupRoleRepository,
     IReportGroupRepository reportGroupRepository)
 {
     this._reportRepository = reportRepository;
     this._reportGroupRoleRepository = reportGroupRoleRepository;
     this._reportGroupRepository = reportGroupRepository;
 }
Exemple #2
0
 public ReportService(IReportRepository reportRepository, IReportGroupRoleRepository reportGroupRoleRepository,
                      IReportGroupRepository reportGroupRepository)
 {
     this._reportRepository          = reportRepository;
     this._reportGroupRoleRepository = reportGroupRoleRepository;
     this._reportGroupRepository     = reportGroupRepository;
 }
 public ReportGroupService(IReportGroupRepository reportGroupRepository,
                           IReportGroupRoleRepository reportGroupRoleRepository)
 {
     _reportGroupRepository     = reportGroupRepository;
     _reportGroupRoleRepository = reportGroupRoleRepository;
 }
 public ReportGroupService(IReportGroupRepository reportGroupRepository, 
     IReportGroupRoleRepository reportGroupRoleRepository)
 {
     _reportGroupRepository = reportGroupRepository;
     _reportGroupRoleRepository = reportGroupRoleRepository;
 }