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

@ -23,8 +23,8 @@ namespace Yavsc {
using System.Threading.Tasks;
using Auth;
using Extensions;
using Helpers.Google;
using Models;
using Yavsc.Helpers.Auth;
public partial class Startup {
public static CookieAuthenticationOptions ExternalCookieAppOptions { get; private set; }