@ -1,7 +1,5 @@
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Data.Entity;
using Yavsc.Models;
using Yavsc.Models.Calendar;
@ -1,7 +1,6 @@
using System;
using Microsoft.Data.Entity.Infrastructure;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Migrations;
@ -1,5 +1,4 @@
using System.Collections.Generic;
namespace Yavsc.Migrations
@ -1,8 +1,6 @@
@ -7,7 +7,6 @@ using Microsoft.AspNet.Identity.EntityFramework;
using System.Threading;
using Yavsc.Models.Haircut;
namespace Yavsc.Models
{