Esempio n. 1
0
        public void should_confirm_EmrNotChange(string emr, string requestEmr)
        {
            var facility = new Facility(10000, "Demo");

            facility.Emr = emr;
            Assert.False(facility.EmrChanged(requestEmr));
        }