Skip to content

Commit

Permalink
Namespaces clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias committed Mar 30, 2022
1 parent e7793b6 commit e795354
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 47 deletions.
1 change: 0 additions & 1 deletion src/Bullhorn.CommandLine/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Bullhorn.CommandLine.Services;
using Microsoft.Extensions.DependencyInjection;
using System.Threading.Tasks;

namespace Bullhorn.CommandLine
{
Expand Down
2 changes: 0 additions & 2 deletions src/Bullhorn.CommandLine/Services/PlayGroundService.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using CodeCapital.Bullhorn.Api;
using CodeCapital.Bullhorn.Dtos;
using Microsoft.Extensions.Logging;
using System;
using System.Threading.Tasks;

namespace Bullhorn.CommandLine.Services
{
Expand Down
2 changes: 0 additions & 2 deletions src/Bullhorn.CommandLine/Services/UpdateFieldService.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using CodeCapital.Bullhorn.Api;
using Microsoft.Extensions.Logging;
using System;
using System.Threading.Tasks;

namespace Bullhorn.CommandLine.Services
{
Expand Down
1 change: 0 additions & 1 deletion src/Bullhorn.CommandLine/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Microsoft.Extensions.DependencyInjection;
using Serilog;
using Serilog.Events;
using System;

namespace Bullhorn.CommandLine
{
Expand Down
3 changes: 0 additions & 3 deletions src/Bullhorn/Api/ApiSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
using IdentityModel.Client;
using Microsoft.AspNetCore.WebUtilities;
using Microsoft.Extensions.Logging;
using System;
using System.Net.Http;
using System.Threading.Tasks;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
4 changes: 1 addition & 3 deletions src/Bullhorn/Api/AppointmentApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using CodeCapital.Bullhorn.Dtos;
using System.Collections.Generic;
using System.Threading.Tasks;
using CodeCapital.Bullhorn.Dtos;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
5 changes: 0 additions & 5 deletions src/Bullhorn/Api/BullhornApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
using CodeCapital.System.Text.Json;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Security.Authentication;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading.Tasks;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
3 changes: 0 additions & 3 deletions src/Bullhorn/Api/ClientContactApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using CodeCapital.Bullhorn.Dtos;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
4 changes: 1 addition & 3 deletions src/Bullhorn/Api/Entities/EntityEditHistory.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using CodeCapital.Bullhorn.Dtos;
using System.Collections.Generic;
using System.Threading.Tasks;
using CodeCapital.Bullhorn.Dtos;

namespace CodeCapital.Bullhorn.Api.Entities
{
Expand Down
4 changes: 1 addition & 3 deletions src/Bullhorn/Api/PlacementApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using CodeCapital.Bullhorn.Dtos;
using System.Collections.Generic;
using System.Threading.Tasks;
using CodeCapital.Bullhorn.Dtos;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
4 changes: 1 addition & 3 deletions src/Bullhorn/Api/PlacementCommissionApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using CodeCapital.Bullhorn.Dtos;
using System.Collections.Generic;
using System.Threading.Tasks;
using CodeCapital.Bullhorn.Dtos;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
5 changes: 1 addition & 4 deletions src/Bullhorn/Api/ResumeApi.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using CodeCapital.Bullhorn.Dtos;
using CodeCapital.Bullhorn.Dtos;
using CodeCapital.Bullhorn.Helpers;
using System;
using System.Net.Http;
using System.Threading.Tasks;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
4 changes: 1 addition & 3 deletions src/Bullhorn/Api/SendoutApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using CodeCapital.Bullhorn.Dtos;
using System.Collections.Generic;
using System.Threading.Tasks;
using CodeCapital.Bullhorn.Dtos;

namespace CodeCapital.Bullhorn.Api
{
Expand Down
2 changes: 0 additions & 2 deletions src/Bullhorn/Dtos/ResumeDto.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Collections.Generic;

namespace CodeCapital.Bullhorn.Dtos
{
public class ResumeDto
Expand Down
4 changes: 1 addition & 3 deletions src/Bullhorn/Extensions/BullhornServiceExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using CodeCapital.Bullhorn.Api;
using CodeCapital.Bullhorn.Api;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Options;
using Polly;
using System;
using System.Net.Http;


namespace CodeCapital.Bullhorn.Extensions
Expand Down
3 changes: 0 additions & 3 deletions src/Bullhorn/Helpers/JsonHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using Microsoft.Extensions.Logging;
using System;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;

namespace CodeCapital.Bullhorn.Helpers
{
Expand Down
3 changes: 0 additions & 3 deletions src/Bullhorn/Services/BullhornService.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using CodeCapital.Bullhorn.Api;
using CodeCapital.Bullhorn.Dtos;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;

namespace CodeCapital.Bullhorn.Services
{
Expand Down

0 comments on commit e795354

Please sign in to comment.