public CrmCustomersController(PmsContext context) { _context = context; }
public NotifiesController(PmsContext context) { _context = context; }
public LogHistoriesController(PmsContext context) { _context = context; }
public PreSalesController(PmsContext context) { _context = context; }
public GetReportHandler(PmsContext dbContext, IProjectStateResolver projectStateResolver) : base(dbContext) { _projectStateResolver = projectStateResolver; }
public ProjectRepository(PmsContext dbContext) : base(dbContext) { }
public TaskRepository(PmsContext dbContext) : base(dbContext) { }
public CustomerVisitHistoriesController(PmsContext context) { _context = context; }
public CrmCustomerRepository(PmsContext context) { _context = context; }
public BaseHandler(PmsContext dbContext) { DbContext = dbContext; }