Removing Entity Framework

This commit is contained in:
2022-04-16 19:58:33 -04:00
parent 6c6b82a592
commit 9a7072e931
5 changed files with 0 additions and 11 deletions
-7
View File
@@ -1,13 +1,6 @@
using System.Net.Http.Json;
using Model.Notes;
#if NO_SQL
#else
using Contexts;
using Microsoft.EntityFrameworkCore;
#endif
namespace Services.Development;
public class NoteService : INoteService