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