refactoring

This commit is contained in:
2017-02-11 15:46:26 +01:00
parent c333659891
commit 44c26d099a
21 changed files with 135 additions and 29 deletions

View File

@ -10,8 +10,8 @@ using System.Threading;
namespace Yavsc.Models
{
using Relationship;
using Forms;
using Relationship;
using Forms;
using YavscLib;
using Auth;
using Billing;
@ -24,6 +24,7 @@ namespace Yavsc.Models
using Messaging;
using Access;
using Booking.Profiles;
using Yavsc.Models.Workflow.Profiles;
public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
{