cleanup
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using Umbraco.Core.Packaging.Models;
|
||||
using Umbraco.Core.Services;
|
||||
|
||||
namespace Umbraco.Core.Packaging
|
||||
{
|
||||
internal interface IPackageInstallation : IService
|
||||
internal interface IPackageInstallation
|
||||
{
|
||||
InstallationSummary InstallPackage(string packageFilePath, int userId);
|
||||
MetaData GetMetaData(string packageFilePath);
|
||||
|
||||
Reference in New Issue
Block a user