hi
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, SESEmailSender>());
}
Thanks @anthonyh
You can add options.Kind = DateTimeKind.Utc;
to EF Core module.
The problem is solved, we need to reference the module that defines the features.
ok, Can I check it remotely? liming.ma@volosoft.com
Please share your project structure.
hi
Will an error occur when you call this in the controller? Please share your project structure.
hi
You can see this https://docs.microsoft.com/en-us/aspnet/core/security/authentication/mfa?view=aspnetcore-6.0
Yes, You can give it a try.