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

            output.WriteLine(text);
        }