Alle Entitäten wurden mit Attributen erstellt und zu EFCore DBContex hinzugefügt.

This commit is contained in:
Developer 02
2024-04-02 14:53:25 +02:00
parent 6fc210132d
commit b65766ce24
30 changed files with 772 additions and 269 deletions

View File

@@ -0,0 +1,6 @@
namespace EnvelopeGenerator.Infrastructure.Repositories
{
public class DocumentReceiverElementRepository
{
}
}