SQL maanager, Module Creator, module settings enhancements
This commit is contained in:
10
Oqtane.Client/Services/Interfaces/ISqlService.cs
Normal file
10
Oqtane.Client/Services/Interfaces/ISqlService.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using Oqtane.Models;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Services
|
||||
{
|
||||
public interface ISqlService
|
||||
{
|
||||
Task<SqlQuery> ExecuteQueryAsync(SqlQuery sqlquery);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user