Skip to content

Commit 47d6297

Browse files
committed
removed unused usings
1 parent 9a837fa commit 47d6297

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Countries/Domain/Entities/Language.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{
33
using System;
44
using System.Collections.Generic;
5-
using System.Globalization;
65

76
/// <summary>
87
/// this class defines a language

src/Countries/Services/CountriesService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Countries
22
{
3-
using Data;
43
using Domain.Entities;
54
using Domain.Enums;
65
using Domain.Exceptions;

0 commit comments

Comments
 (0)