Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfeo committed Dec 5, 2023
1 parent f83ba43 commit 86901a2
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions TheMiddleman/Entities/Middleman.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Collections.Generic;

namespace TheMiddleman.Entity
{
public class Middleman
Expand Down
2 changes: 0 additions & 2 deletions TheMiddleman/data_access/ProductRepository.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Runtime.Serialization;

namespace TheMiddleman.DataAccess
{
public class ProductRepository : IProductRepository
Expand Down
2 changes: 0 additions & 2 deletions TheMiddleman/exceptions/InsufficientFundsException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

public class InsufficientFundsException : Exception
{
public InsufficientFundsException()
Expand Down
2 changes: 0 additions & 2 deletions TheMiddleman/exceptions/ProductNotAvailableException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

public class ProductNotAvailableException : Exception
{
public ProductNotAvailableException()
Expand Down
2 changes: 0 additions & 2 deletions TheMiddleman/exceptions/ProductNotFoundException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

public class ProductNotFoundException : Exception
{
public ProductNotFoundException()
Expand Down
2 changes: 0 additions & 2 deletions TheMiddleman/exceptions/UserInputException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

public class UserInputException : Exception
{
public UserInputException()
Expand Down
2 changes: 0 additions & 2 deletions TheMiddleman/exceptions/WarehouseCapacityExceededException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

public class WarehouseCapacityExceededException : Exception
{
public WarehouseCapacityExceededException()
Expand Down
1 change: 0 additions & 1 deletion TheMiddleman/tests/ProductServiceTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using NUnit.Framework;
using TheMiddleman.Entity;
using TheMiddleman.DataAccess;
using Moq;

Expand Down
1 change: 0 additions & 1 deletion TheMiddleman/user_interface/ConsoleUI.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Reflection.Metadata;
using TheMiddleman.Entity;
using Spectre.Console;

Expand Down

0 comments on commit 86901a2

Please sign in to comment.