I want to create a 1x N mapping using the fluent API Entity Framework , something like: a shopping cart has several products.
In my cart class, I have a navigation property , which is a collection of products:
public class Produto
{...
asked by
14.03.2017 / 12:41