Skip to content

Commit

Permalink
Remove unused things from solution
Browse files Browse the repository at this point in the history
  • Loading branch information
marvac committed Jan 21, 2019
1 parent e1c1bb9 commit 8587c05
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 48 deletions.
3 changes: 1 addition & 2 deletions Controllers/PhotosController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using AutoMapper;
Expand Down
3 changes: 0 additions & 3 deletions Controllers/Resources/AddPhotoResource.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Controllers.Resources
{
Expand Down
3 changes: 0 additions & 3 deletions Controllers/Resources/DetailPhotoResource.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Controllers.Resources
{
Expand Down
5 changes: 1 addition & 4 deletions Controllers/Resources/DetailUserResource.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using Friendster.Models;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Controllers.Resources
{
Expand Down
6 changes: 1 addition & 5 deletions Controllers/Resources/ListUserResource.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using Friendster.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System;

namespace Friendster.Controllers.Resources
{
Expand Down
3 changes: 0 additions & 3 deletions Controllers/Resources/PhotoResource.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Controllers.Resources
{
Expand Down
7 changes: 1 addition & 6 deletions Controllers/Resources/UpdateUserResource.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Controllers.Resources
namespace Friendster.Controllers.Resources
{
public class UpdateUserResource
{
Expand Down
4 changes: 0 additions & 4 deletions Controllers/UsersController.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Claims;
using System.Text;
using System.Threading.Tasks;
using AutoMapper;
using Friendster.Controllers.Resources;
using Friendster.Data;
using Friendster.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.IdentityModel.Tokens;

namespace Friendster.Controllers
{
Expand Down
3 changes: 1 addition & 2 deletions Data/FriendRepository.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Friendster.Models;
Expand Down
2 changes: 0 additions & 2 deletions Data/IFriendRepository.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using Friendster.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Data
Expand Down
1 change: 0 additions & 1 deletion Data/Seeds/Seeder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;

namespace Friendster.Data
{
Expand Down
7 changes: 1 addition & 6 deletions Helpers/CloudSettings.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Helpers
namespace Friendster.Helpers
{
public class CloudSettings
{
Expand Down
4 changes: 0 additions & 4 deletions Helpers/MappingProfiles.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using AutoMapper;
using Friendster.Controllers.Resources;
using Friendster.Models;
using Friendster.Helpers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Helpers
{
Expand Down
3 changes: 0 additions & 3 deletions Models/Photo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Friendster.Models
{
Expand Down

0 comments on commit 8587c05

Please sign in to comment.