Exemplo n.º 1
0
        public void GetAllDataStaffTest()
        {
            GetAllDataStaffResponse response = _staffService.GetAllDataStaff();

            Assert.IsTrue(response.Messages.Count == 0, "Failed get all data");
        }