feat: add BSON representation for Id property in InstitutionContractAmendmentTemp

This commit is contained in:
2025-10-21 15:05:48 +03:30
parent d4c2ab939e
commit 68f1f81b53

View File

@@ -79,6 +79,7 @@ public class InstitutionContractAmendmentTempPrevWorkshop
CurrentWorkshopId = currentWorkshopId;
}
[BsonRepresentation(BsonType.String)]
public Guid Id { get; set; }
public long CurrentWorkshopId { get; private set; }