Пример #1
0
 public ActionResult Index()
 {
     return(View(productAppService.GetAllProduct()));
 }
Пример #2
0
        public void GetTotal_Products_Numbers_Test()
        {
            var result = productAppService.GetAllProduct().Count();

            Assert.That(result, Is.EqualTo(7));
        }