From 42b293ed81db06e92da73877b521fa44abcacf41 Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Thu, 30 Dec 2021 22:11:50 -0800 Subject: [PATCH] Make it more descriptive --- TwilioSMSReceiver.Data/SMSDbCtx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }