blacklisting + refactoring

This commit is contained in:
Paul Schneider 2016-12-13 10:57:25 +01:00
commit 67afd19d32
16 changed files with 235 additions and 24 deletions

View file

@ -2,7 +2,6 @@ using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
using Yavsc.Interfaces;
namespace Yavsc.Models
{