This commit is contained in:
jakobdyrby
2014-06-06 16:21:37 +02:00
parent 697d4e3b23
commit eef7ce45d3
2 changed files with 1 additions and 3 deletions

View File

@@ -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);