예제 #1
0
 public CustomerReadModel()
 {
     _context = new CustomerContext();
 }
예제 #2
0
 public UpdateCustomerCondensedReadModelRepository()
 {
     _context = new CustomerContext();
 }