예제 #1
0
 public Customer()
 {
     this.context = new CustomerContext();
 }
예제 #2
0
 public Customer(CustomerContext context)
 {
     this.context = context;
 }