fixing namespace in email

This commit is contained in:
Tommy Parnell
2014-05-07 11:03:23 -07:00
parent e139bad1a7
commit c707390e60

View File

@@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
namespace NOCQ
namespace NOCQ.Plugins.Email
{
public interface IEmailSetting
{