Пример #1
0
 public ReportsController(IReportServer reports, IJSON json)
 {
     this._reports = reports;
     this._json    = json;
 }
Пример #2
0
 public ReportsController(IReportServer reports, IJSON json, IAccount account)
 {
     this.account  = account;
     this._reports = reports;
     this._json    = json;
 }