public AllClientsQueryHandler(IClientControlContext context) { _context = context; }
public UpdateClientCommandHandler(IClientControlContext context) { _context = context; }
public ClientByIdQueryHandler(IClientControlContext context) { _context = context; }
public ClientByDocumentQueryHandler(IClientControlContext context) { _context = context; }