refactoring & Activities update
This commit is contained in:
parent
c70f9c3fa0
commit
28c53cc2ee
19 changed files with 5740 additions and 114 deletions
|
|
@ -5,12 +5,14 @@ using System.Threading.Tasks;
|
|||
using Microsoft.AspNet.Authentication.OAuth;
|
||||
using Microsoft.AspNet.Identity.EntityFramework;
|
||||
using Microsoft.Data.Entity;
|
||||
using Yavsc.Models.Relationship;
|
||||
using Yavsc.Models.Forms;
|
||||
using System.Web;
|
||||
using System.Threading;
|
||||
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
|
||||
using Relationship;
|
||||
using Forms;
|
||||
using YavscLib;
|
||||
using Auth;
|
||||
using Billing;
|
||||
using Booking;
|
||||
|
|
@ -21,9 +23,7 @@ namespace Yavsc.Models
|
|||
using Chat;
|
||||
using Messaging;
|
||||
using Access;
|
||||
using Yavsc.Models.Booking.Profiles;
|
||||
using System.Web;
|
||||
using System.Threading;
|
||||
using Booking.Profiles;
|
||||
|
||||
public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue