feat(EnvelopeDocument): add System.Drawing-reference for .net-framework

This commit is contained in:
tekh 2025-08-19 15:21:13 +02:00
parent f4c61e3bc7
commit 39af0fe4fd

View File

@ -1,6 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
#if NETFRAMEWORK
using System.Drawing;
using System.Collections.Generic;
using System.Linq;
#endif