Fixes: U4-4845 Publicize INotificationService

This commit is contained in:
Shannon
2014-05-08 11:38:05 +10:00
parent 6e2493854a
commit 7c30f26505
4 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ using umbraco.interfaces;
namespace Umbraco.Core.Services
{
internal class NotificationService : INotificationService
public class NotificationService : INotificationService
{
private readonly IDatabaseUnitOfWorkProvider _uowProvider;
private readonly IUserService _userService;