chat room persistent db model

This commit is contained in:
Paul Schneider 2019-05-08 03:13:07 +01:00
commit f356fd4ea8
7 changed files with 378 additions and 21 deletions

View file

@ -1,8 +1,6 @@
using System;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Infrastructure;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Migrations;
using Yavsc.Models;
namespace Yavsc.Migrations