示例#1
0
 public BuildingController(IDropdownLoadService dropdownLoadService)
 {
     _dropdownLoadService = dropdownLoadService;
 }
 public ObjectController(IDropdownLoadService dropdownLoadService)
 {
     _dropdownLoadService = dropdownLoadService;
 }
 public DataFieldController(IDropdownLoadService dropdownLoadService)
 {
     _dropdownLoadService = dropdownLoadService;
 }