refactoring

This commit is contained in:
Paul Schneider 2016-11-30 16:45:44 +01:00
commit 3d0632303d
6 changed files with 81 additions and 83 deletions

View file

@ -20,10 +20,10 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using System.ComponentModel.DataAnnotations;
using Yavsc.Interfaces;
namespace Yavsc.Models.Messaging
{
using Interfaces;
/// <summary>
/// Base event.
/// </summary>