Example #1
0
        public void TestGetAllICUs()
        {
            var _Icus = IcuController.GetAllIcus();

            Assert.NotEmpty(_Icus);
        }
Example #2
0
        public void TestGetAllIcUs()
        {
            var icus = _icuController.GetAllIcus();

            Assert.NotEmpty(icus);
        }