Added Entry initial repo and services for a create action.

This commit is contained in:
2022-06-22 22:56:59 +01:00
parent e83cac2838
commit cbd5d7de4f
8 changed files with 120 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
using Diary.Component.Entry.Repository;
using Diary.Component.Entries.Repository;
using Microsoft.EntityFrameworkCore;
namespace Diary.Data