示例#1
0
 public DisplayPartitionController(IBgDepartmentService bgDepartmentService, IBgDisplayPartitionService bgDisplayPartitionService)
 {
     _bgDepartmentService       = bgDepartmentService;
     _bgDisplayPartitionService = bgDisplayPartitionService;
 }
 public DisplayPartitionController(IBgDisplayPartitionService bgDisplayPartitionService)
 {
     _bgDisplayPartitionService = bgDisplayPartitionService;
 }