Nu skickar vi mail till deltagarna !

This commit is contained in:
2020-04-16 23:21:34 +02:00
parent 7f4bf45850
commit 5d0d891024
7 changed files with 160 additions and 20 deletions

View File

@ -43,5 +43,10 @@ namespace TrackerLibrary
{
return ConfigurationManager.ConnectionStrings[name].ConnectionString;
}
public static string AppKeyLookup(string key)
{
return ConfigurationManager.AppSettings[key];
}
}
}