namespace DoliMiddlewareApi.Dtos.Dolibarr
{
public class DolibarrPdfResponse
public string filename { get; set; } = default!;
public string content { get; set; } = default!;
}
Powered by Projectes IES La Mar.