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
This commit is contained in:
@ -6,8 +6,8 @@ namespace Oqtane.Repository
|
||||
{
|
||||
public interface ISqlRepository
|
||||
{
|
||||
bool ExecuteEmbeddedScript(Assembly assembly, string script);
|
||||
void ExecuteScript(Tenant tenant, string script);
|
||||
bool ExecuteScript(Tenant tenant, Assembly assembly, string filename);
|
||||
int ExecuteNonQuery(Tenant tenant, string query);
|
||||
SqlDataReader ExecuteReader(Tenant tenant, string query);
|
||||
}
|
||||
|
Reference in New Issue
Block a user