Skip to content

Commit

Permalink
Rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Dec 10, 2023
1 parent 85278ee commit 8b86d08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DicomGrepCore/DicomGrepCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Text;
using System;
using DicomGrepCore.EventArgs;
using DicomGrepCore.Models;
using DicomGrepCore.Entities;
using DicomGrepCore.Utils;

namespace DicomGrepCore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.IO;
using System.Text;

namespace DicomGrepCore.Models
namespace DicomGrepCore.Entities
{
public class ResultDicomFile
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Text;
using FellowOakDicom;

namespace DicomGrepCore.Models
namespace DicomGrepCore.Entities
{
public class ResultDicomItem
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Text.Json.Serialization;

namespace DicomGrepCore.Models
namespace DicomGrepCore.Entities
{
public class SearchCriteria
{
Expand Down
2 changes: 1 addition & 1 deletion DicomGrepCore/EventArgs/OnCompleteDicomFileEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using DicomGrepCore.Models;
using DicomGrepCore.Entities;
using System;
using System.Collections.Generic;
using System.Text;
Expand Down

0 comments on commit 8b86d08

Please sign in to comment.