Example #1
0
        public void CannotUpdate_RecordDoesNotExistTest()
        {
            string text = DbContextStrings.CannotUpdate_RecordDoesNotExist("1");

            output.WriteLine(text);
        }