示例#1
0
 public RecordsController(
     IRecordsServices records,
     IDocumentsServices documents,
     IAreasServices areas,
     IRecordFilesServices recordFiles)
 {
     this.records     = records;
     this.documents   = documents;
     this.areas       = areas;
     this.recordFiles = recordFiles;
 }
 public RecordsController(
     IRecordsServices records,
     IDocumentsServices documents,
     IAreasServices areas,
     IRecordFilesServices recordFiles)
 {
     this.records = records;
     this.documents = documents;
     this.areas = areas;
     this.recordFiles = recordFiles;
 }