Exemplo n.º 1
0
        protected override void SetRelatedEntity(IEntity relatedEntity, string fieldName)
        {
            switch (fieldName)
            {
            case "Products":
                _products.Add((ProductEntity)relatedEntity);
                break;

            default:
                break;
            }
        }