refactoring

This commit is contained in:
Paul Schneider 2017-01-16 01:20:39 +01:00
commit bd09714a94
13 changed files with 206 additions and 185 deletions

View file

@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Yavsc.Models.Identity;
using Yavsc.Models.Chat;
using Yavsc.Model.Bank;
using Yavsc.Models.Bank;
using Yavsc.Models.Access;
namespace Yavsc.Models