Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Jun 25, 2017
1 parent ba94b62 commit 6985610
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 47 deletions.
14 changes: 5 additions & 9 deletions src/Bloggy/Pages/Account/Login.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
using Bloggy.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
using System;
using System.Security.Claims;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;

namespace Bloggy.Pages.Account
{
Expand Down
15 changes: 2 additions & 13 deletions src/Bloggy/Pages/Account/Logout.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
using Bloggy.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
using System.Threading.Tasks;

namespace Bloggy.Pages.Account
{
Expand Down
8 changes: 2 additions & 6 deletions src/Bloggy/Pages/Account/Posts/Create.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
using Bloggy.Models;
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
using System;
using System.Threading.Tasks;

namespace Bloggy.Pages.Account.Posts
{
Expand Down
8 changes: 3 additions & 5 deletions src/Bloggy/Pages/Account/Posts/Edit.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using Bloggy.Models;
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
using System;
using System.Linq;
using System.Threading.Tasks;

namespace Bloggy.Pages.Account.Posts
{
Expand Down
5 changes: 2 additions & 3 deletions src/Bloggy/Pages/Archive.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using Bloggy.Models;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;

namespace Bloggy.Pages
{
Expand Down
6 changes: 3 additions & 3 deletions src/Bloggy/Pages/Index.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Bloggy.Models;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Bloggy.Pages
{
Expand Down
6 changes: 3 additions & 3 deletions src/Bloggy/Pages/Post.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Bloggy.Models;
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
using System;
using System.Linq;
using System.Threading.Tasks;

namespace Bloggy.Pages
{
Expand Down
5 changes: 2 additions & 3 deletions src/Bloggy/Pages/Tags.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using Bloggy.Models;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;

namespace Bloggy.Pages
{
Expand Down
4 changes: 2 additions & 2 deletions src/Bloggy/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Hosting;
using System.IO;

namespace Bloggy
{
Expand Down

0 comments on commit 6985610

Please sign in to comment.