public GroupCommandsHandler(IStudiesDbContext context) { _context = context; }
public ProjectCommandsHandler(IStudiesDbContext context) { _context = context; }
public NodeCommandsHandler(IStudiesDbContext context) { _context = context; }
public NodeStatusCommandsHandler(IStudiesDbContext context, ITimeProvider timeProvider) { _context = context; _timeProvider = timeProvider; }
public SessionTemplateCommandsHandler(IStudiesDbContext context) { _context = context; }
public StudiesDatabase(IStudiesDbContext context) { _context = context; }