Abstracts out IStylesheet, IStylesheetProperty

This commit is contained in:
Shannon
2019-11-12 13:33:02 +11:00
parent df94becbc9
commit 38986f3bfd
12 changed files with 111 additions and 53 deletions

View File

@@ -380,8 +380,8 @@ namespace Umbraco.Web.Cache
}
// TODO: our weird events handling wants this for now
private void FileService_DeletedStylesheet(IFileService sender, DeleteEventArgs<Stylesheet> e) { }
private void FileService_SavedStylesheet(IFileService sender, SaveEventArgs<Stylesheet> e) { }
private void FileService_DeletedStylesheet(IFileService sender, DeleteEventArgs<IStylesheet> e) { }
private void FileService_SavedStylesheet(IFileService sender, SaveEventArgs<IStylesheet> e) { }
#endregion