media upload
This commit is contained in:
parent
befaa207d7
commit
0d7da2ea85
33 changed files with 257 additions and 353 deletions
|
@ -1,11 +1,10 @@
|
|||
using System.Text.Json;
|
||||
using Femto.Modules.Blog.Data;
|
||||
using Femto.Modules.Blog.Infrastructure.Integration;
|
||||
using MediatR;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Quartz;
|
||||
|
||||
namespace Femto.Modules.Blog;
|
||||
namespace Femto.Modules.Blog.Infrastructure.Integration.Outbox;
|
||||
|
||||
[DisallowConcurrentExecution]
|
||||
internal class MailmanJob(
|
||||
|
|
|
@ -5,7 +5,7 @@ using Femto.Common.Integration;
|
|||
using Femto.Modules.Blog.Data;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Femto.Modules.Blog.Infrastructure.Integration;
|
||||
namespace Femto.Modules.Blog.Infrastructure.Integration.Outbox;
|
||||
|
||||
internal class Outbox(BlogContext context)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace Femto.Modules.Blog.Infrastructure.Integration;
|
||||
namespace Femto.Modules.Blog.Infrastructure.Integration.Outbox;
|
||||
|
||||
internal class OutboxEntry
|
||||
{
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
using System.Collections.Concurrent;
|
||||
using System.Collections.Immutable;
|
||||
using System.Reflection;
|
||||
using Femto.Common.Attributes;
|
||||
using MediatR;
|
||||
|
||||
namespace Femto.Modules.Blog.Infrastructure.Integration;
|
||||
namespace Femto.Modules.Blog.Infrastructure.Integration.Outbox;
|
||||
|
||||
internal static class OutboxMessageTypeRegistry
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue