Created
July 25, 2023 09:34
-
-
Save MahdiKarimipour/3744ad508b840613d712ec658ca72e3f to your computer and use it in GitHub Desktop.
Pellerex Secret POCO Class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class AppSecrets | |
{ | |
public string DbConnectionString { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment