Skip to content

Commit 7306e23

Browse files
committed
Changes
1 parent 6b86e37 commit 7306e23

6 files changed

Lines changed: 5 additions & 31 deletions

File tree

SenNotes.Services/AiAssistService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using SenNotes.Common.Helpers;
1010
using SenNotes.Common.Models;
1111
using SenNotes.Repository.Factories;
12+
using SenNotes.Services.ContentServices;
1213
using SenNotes.Services.IServices;
1314

1415
namespace SenNotes.Services

SenNotes.Services/ConfigService.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

SenNotes.Services/ContentServices/DocService.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
using System.Text;
22

3-
using DocumentFormat.OpenXml.Drawing;
43
using DocumentFormat.OpenXml.Packaging;
54

65
using SenNotes.Services.IServices;
76

8-
9-
namespace SenNotes.Services
7+
namespace SenNotes.Services.ContentServices
108
{
119
public class DocService : IContentService
1210
{

SenNotes.Services/ContentServices/ImgService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
using Tesseract;
44

5-
namespace SenNotes.Services
5+
namespace SenNotes.Services.ContentServices
66
{
77
public class ImgService : IContentService
88
{

SenNotes.Services/ContentServices/PdfService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
using UglyToad.PdfPig;
66

7-
namespace SenNotes.Services
7+
namespace SenNotes.Services.ContentServices
88
{
99
public class PdfService : IContentService
1010
{

SenNotes.Services/ContentServices/TextService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using SenNotes.Services.IServices;
22

3-
namespace SenNotes.Services
3+
namespace SenNotes.Services.ContentServices
44
{
55
public class TextService : IContentService
66
{

0 commit comments

Comments
 (0)