File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99using SenNotes . Common . Helpers ;
1010using SenNotes . Common . Models ;
1111using SenNotes . Repository . Factories ;
12+ using SenNotes . Services . ContentServices ;
1213using SenNotes . Services . IServices ;
1314
1415namespace SenNotes . Services
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11using System . Text ;
22
3- using DocumentFormat . OpenXml . Drawing ;
43using DocumentFormat . OpenXml . Packaging ;
54
65using SenNotes . Services . IServices ;
76
8-
9- namespace SenNotes . Services
7+ namespace SenNotes . Services . ContentServices
108{
119 public class DocService : IContentService
1210 {
Original file line number Diff line number Diff line change 22
33using Tesseract ;
44
5- namespace SenNotes . Services
5+ namespace SenNotes . Services . ContentServices
66{
77 public class ImgService : IContentService
88 {
Original file line number Diff line number Diff line change 44
55using UglyToad . PdfPig ;
66
7- namespace SenNotes . Services
7+ namespace SenNotes . Services . ContentServices
88{
99 public class PdfService : IContentService
1010 {
Original file line number Diff line number Diff line change 11using SenNotes . Services . IServices ;
22
3- namespace SenNotes . Services
3+ namespace SenNotes . Services . ContentServices
44{
55 public class TextService : IContentService
66 {
You can’t perform that action at this time.
0 commit comments