예제 #1
0
 public GetAllCustomersHandler(ApplicationQueryContext context)
 {
     _context = context;
 }
 public CustomerDetailProjection(ApplicationQueryContext context)
 {
     _context = context;
 }
예제 #3
0
 public CustomerOrdersProjection(ApplicationQueryContext context)
 {
     _context = context;
 }