Esempio n. 1
0
        public void Get_Locations_From_DataBase()
        {
            List <TemplateDTO> templateDTOs = TemplateDalContainer.GetALLTemplatesFromDB("Location");

            Assert.AreEqual(4, templateDTOs.Count(), "There are records found");
        }