namespace DoliMiddlewareApi.Dtos.query.Setup;
public class CivilityDto
{
public string? Id { get; set; }
public string? Code { get; set; }
public string? Label { get; set; }
}
Powered by Projectes IES La Mar.