fix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using Service.AI;
|
||||
using Service.AI;
|
||||
|
||||
namespace Service.EmailServices.EmailParse;
|
||||
|
||||
public class EmailParseForm95555(
|
||||
ILogger<EmailParseForm95555> logger,
|
||||
IOpenAiService openAiService
|
||||
) : EmailParseServicesBase(logger, openAiService)
|
||||
ISmartHandleService smartHandleService
|
||||
) : EmailParseServicesBase(logger, smartHandleService)
|
||||
{
|
||||
public override bool CanParse(string from, string subject, string body)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user