Using the framework of the problems encountered SharpArch

Posted by livebean on Stack Overflow See other posts from Stack Overflow or by livebean
Published on 2010-03-09T03:19:45Z Indexed on 2010/04/07 8:13 UTC
Read the original article Hit count: 195

Filed under:

I try to test SharpArch frame, directly in the provided example code to write some code to add test data, but unsuccessful, do not have any information to me!

ICustomerRepository customerRepository = new CustomerRepository();
Customer customer = new Customer("Jack Chen");
customer.SetAssignedIdTo("JACKK");
customerRepository.Save(customer);

I just had an instance of CustomerRepository operation, do not understand why there is no new data on the data table

© Stack Overflow or respective owner

Related posts about s#arp-architecture