Example #1
0
 public void TestRepositoryAddCartException()
 {
     cartRepository.AddEntity(cartTest);
     cartRepository.AddEntity(cartTest);
 }