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