Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created July 25, 2023 09:34
Show Gist options
  • Save MahdiKarimipour/3744ad508b840613d712ec658ca72e3f to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/3744ad508b840613d712ec658ca72e3f to your computer and use it in GitHub Desktop.
Pellerex Secret POCO Class
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