extensibility enhancements for site templates
This commit is contained in:
		| @ -5,8 +5,8 @@ namespace Oqtane.Services | ||||
| { | ||||
|     public interface IInstallationService | ||||
|     { | ||||
|         Task<GenericResponse> IsInstalled(); | ||||
|         Task<GenericResponse> Install(string connectionstring); | ||||
|         Task<GenericResponse> Upgrade(); | ||||
|         Task<Installation> IsInstalled(); | ||||
|         Task<Installation> Install(string connectionstring); | ||||
|         Task<Installation> Upgrade(); | ||||
|     } | ||||
| } | ||||
|  | ||||
							
								
								
									
										11
									
								
								Oqtane.Client/Services/Interfaces/ISiteTemplateService.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Oqtane.Client/Services/Interfaces/ISiteTemplateService.cs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| using Oqtane.Models; | ||||
| using System.Collections.Generic; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace Oqtane.Services | ||||
| { | ||||
|     public interface ISiteTemplateService | ||||
|     { | ||||
|         Task<List<SiteTemplate>> GetSiteTemplatesAsync(); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker