Beispiel #1
0
        public void CannotAttach_PrimaryKey_NotSetTest()
        {
            string text = DbContextStrings.CannotAttach_PrimaryKey_NotSet("1");

            output.WriteLine(text);
        }