コード例 #1
0
 public HumanInfoPartPositionManager(IHumanInfoPartPositionStore humanInfoPartPostionStore,
                                     IHumanInfoStore humanInfoStore,
                                     IHumanInfoChangeStore humanInfoChangeStore,
                                     PermissionExpansionManager permissionExpansionManager,
                                     IMapper mapper, RestClient restClient)
 {
     Store = humanInfoPartPostionStore;
     _permissionExpansionManager = permissionExpansionManager;
     _humanInfoStore             = humanInfoStore;
     _restClient           = restClient;
     _humanInfoChangeStore = humanInfoChangeStore;
     _mapper = mapper;
 }
コード例 #2
0
 public HumanInfoChangeManager(IHumanInfoChangeStore humanInfoChangeStore, IMapper mapper)
 {
     Store   = humanInfoChangeStore;
     _mapper = mapper;
 }