You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespace Catalog.Models
{
public class Component
{
public int Id { get; set; }
public string Name { get; set; }
public DateTime DateCreated { get; set; }
public string UserName { get; set; }
public ICollection<Sample> Samples { get; set; }
}
}
Sample
The text was updated successfully, but these errors were encountered:
Component
Any element from this collection
It is defined as
Sample
The text was updated successfully, but these errors were encountered: