结构调整
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace WebApi.Controllers.EmailMessage;
|
||||
using Service.EmailServices;
|
||||
|
||||
namespace WebApi.Controllers.EmailMessage;
|
||||
|
||||
[ApiController]
|
||||
[Route("api/[controller]/[action]")]
|
||||
@@ -7,7 +9,7 @@ public class EmailMessageController(
|
||||
ITransactionRecordRepository transactionRepository,
|
||||
ILogger<EmailMessageController> logger,
|
||||
IEmailHandleService emailHandleService,
|
||||
IEmailBackgroundService emailBackgroundService
|
||||
IEmailSyncService emailBackgroundService
|
||||
) : ControllerBase
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user