Exemplo n.º 1
0
 public ReportsController(IReportServer reports, IJSON json)
 {
     this._reports = reports;
     this._json    = json;
 }
Exemplo n.º 2
0
 public ReportsController(IReportServer reports, IJSON json, IAccount account)
 {
     this.account  = account;
     this._reports = reports;
     this._json    = json;
 }