public ActiveFileController(IBgDepartmentService bgDepartmentService, IBgActiveFileService bgActiveFileService, IBgVActiveFileDepartmentService activeFileDepartmentService)
 {
     _bgDepartmentService         = bgDepartmentService;
     _bgActiveFileService         = bgActiveFileService;
     _activeFileDepartmentService = activeFileDepartmentService;
 }
Beispiel #2
0
 public ActiveFileApiController(IBgVActiveFileDepartmentService bgVActiveFileDepartmentService)
 {
     _bgVActiveFileDepartmentService = bgVActiveFileDepartmentService;
 }