diff --git a/TwilioSMSReceiver.Data/SMSDbCtx.cs b/TwilioSMSReceiver.Data/SMSDbCtx.cs index 24fc06e..10e170f 100644 --- a/TwilioSMSReceiver.Data/SMSDbCtx.cs +++ b/TwilioSMSReceiver.Data/SMSDbCtx.cs @@ -13,7 +13,7 @@ namespace TwilioSMSReceiver.Data /// The main DB Context base constructor for this database context /// /// The usual options for EF Core Database if called outside of a DI Scope - [Obsolete("Don't call this directly unless you're calling it from EF Core")] + [Obsolete("Don't call this directly unless you're calling it from a dependency injection container")] public SMSDbCtx(DbContextOptions options) : base(options) { }