コード例 #1
0
 public ApplicationKeysController(IServicesStore IServicesStore, IHits IHits, IAPIManager IAPIManager)
 {
     _IServicesStore = IServicesStore;
     _IHits          = IHits;
     _IAPIManager    = IAPIManager;
 }
コード例 #2
0
 public ServicesStoreController(IServicesStore IServicesStore, IAPIManager iAPIManager)
 {
     _IServicesStore = IServicesStore;
     _iAPIManager    = iAPIManager;
 }