Ejemplo n.º 1
0
 public ActiveFileController(IBgDepartmentService bgDepartmentService, IBgActiveFileService bgActiveFileService, IBgVActiveFileDepartmentService activeFileDepartmentService)
 {
     _bgDepartmentService         = bgDepartmentService;
     _bgActiveFileService         = bgActiveFileService;
     _activeFileDepartmentService = activeFileDepartmentService;
 }
Ejemplo n.º 2
0
 public ActiveFileApiController(IBgVActiveFileDepartmentService bgVActiveFileDepartmentService)
 {
     _bgVActiveFileDepartmentService = bgVActiveFileDepartmentService;
 }