static partial void OnDtoCreating(Asset source, AssetDto target);
static partial void OnEntityCreating(AssetDto source, Asset target);
public VerificationEntryDto(int id, System.DateTimeOffset dateVerified, string digitalCode, string image, bool isManualVerification, int assetId, AssetDto asset) { this.Id = id; this.DateVerified = dateVerified; this.DigitalCode = digitalCode; this.Image = image; this.IsManualVerification = isManualVerification; this.AssetId = assetId; this.Asset = asset; }