Example #1
0
        public void get_property()
        {
            var property = _customerRepo.GetProperty <string>("Email", "CustomerId", 28);

            Assert.AreEqual("*****@*****.**", property);
        }