예제 #1
0
 public GetAllOrdersHandler(ArchitectureCqrsContext context)
 {
     _context = context;
 }
 public CreateTodoHandler(ArchitectureCqrsContext context)
 {
     _context = context;
 }
 public GetTodoHandler(ArchitectureCqrsContext context)
 {
     _context = context;
 }