namespace DoliMiddlewareApi.Dtos.Dolibarr.Setup;
public class CivilityResponse
{
public string? id { get; set; }
public string? code { get; set; }
public string? label { get; set; }
}
Powered by Projectes IES La Mar.