AppUpdater.Chef.UpdaterChef.UpdaterChef C# (CSharp) Метод

UpdaterChef() публичный Метод

public UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO
localStructureManager ILocalStructureManager
updateServer IUpdateServer
Результат System.IO
        public UpdaterChef(ILocalStructureManager localStructureManager, IUpdateServer updateServer)
        {
            this.localStructureManager = localStructureManager;
            this.updateServer = updateServer;
        }