#nullable enable using Comal.Classes; namespace Comal.Stores; public class JobITPFormStore : EntityFormStore<JobITPForm, JobITP, JobITPLink> { }