Good afternoon,
I would like to ask a relationship question in Entity Core.
I have a person table and the person has a position (Manager, supervisor, responsible, etc ...)
public class Pessoa
{
public int PessoaId { get; set; }
public...
asked by
28.10.2017 / 21:27