Method AddItem(string, IRedbObject, string?)
Add item to list with linked object (Aggregate Root pattern)
Automatically extracts Id from object
IRedbListItem AddItem(string value, IRedbObject linkedObject, string? alias = null)
Add item to list with linked object (Aggregate Root pattern)
Automatically extracts Id from object
IRedbListItem AddItem(string value, IRedbObject linkedObject, string? alias = null)