예제 #1
0
 public FileSystem(ICredManager manager, IEncryptor crypto)
 {
 }
예제 #2
0
 public CredentialController(ICredManager _cred, IInventoryManager InventoryManager, IHostManager hostManager)
 {
     this._cred            = _cred;
     this.InventoryManager = InventoryManager;
     this.hostManager      = hostManager;
 }