Install Wizard
This commit is contained in:
12
Oqtane.Client/Services/IInstallationService.cs
Normal file
12
Oqtane.Client/Services/IInstallationService.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using Oqtane.Models;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Services
|
||||
{
|
||||
public interface IInstallationService
|
||||
{
|
||||
Task<GenericResponse> IsInstalled();
|
||||
Task<GenericResponse> Install(string connectionstring);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user