Skip to content

Instantly share code, notes, and snippets.

@bhdryrdm
Last active December 10, 2017 14:44
Show Gist options
  • Save bhdryrdm/bbccac794f2dc8b2c1c71e2bc4549b06 to your computer and use it in GitHub Desktop.
Save bhdryrdm/bbccac794f2dc8b2c1c71e2bc4549b06 to your computer and use it in GitHub Desktop.
WORM.config Dosya Oluşturucusu
public static string path = Directory.GetParent(Directory.GetCurrentDirectory()).Parent.FullName;
[TestMethod]
public void CreateContextWormConfig()
{
WORM_Config_Creator.SaveWormConfig<University>(path, "Server = .; Trusted_Connection = True;", DBType_Enum.MSSQL, "bhdryrdm");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment