Logo
Explore Help
Sign In
Diplomarbeit-Absolventenverein/oqtane.framework
9
0
Fork 0
You've already forked oqtane.framework
mirror of https://github.com/oqtane/oqtane.framework.git synced 2025-05-18 02:24:22 +00:00
Code Issues Packages Projects Releases Wiki Activity
oqtane.framework/Oqtane.Server/Infrastructure/Interfaces/IInstallable.cs
Shaun Walker 34538dd945 install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
2020-04-30 13:58:04 -04:00

11 lines
199 B
C#
Raw Blame History

using Oqtane.Models;
namespace Oqtane.Infrastructure
{
public interface IInstallable
{
bool Install(Tenant tenant, string version);
bool Uninstall(Tenant tenant);
}
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 152ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API