public InteractionsController(CrmContext context) { _context = context; }
public LeadsController(CrmContext context) { _context = context; }
public CustomerController(CrmContext context) { _context = context; }