public KeyAccountController(IKeyAccountManager KeyAccountManager)
 {
     _KeyAccountManager = KeyAccountManager;
 }
Example #2
0
 public KeyAccountController(IKeyAccountManager keyAccountManager)
 {
     _keyAccountManager = keyAccountManager;
 }