public class BackendSuccess { [Key] public int id { get; set; } public DateTime creationDate { get; set; } public ICollection<Label> labels { get; set; } = new List<Label>(); // BEEEEG list of base64 encoded labels }
public class BackendSuccess { [Key] public int id { get; set; } public DateTime creationDate { get; set; } public ICollection<Label> labels { get; set; } = new List<Label>(); // BEEEEG list of base64 encoded labels }
And when i want to grab them all from the database, I want them combined by