using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; // All model classes have been moved to Models/Entities.cs under Pipefy.Models namespace. // This file should now only contain logic or be removed if not needed. namespace Pipefy { }