I have a fairly simple data model with two entities:
public class User
{
public int Id {get; set; }
public string Name {get; set; }
public int CurrentLocationId {get; set; }
public List<
I have a fairly simple data model with two entities:
public class User
{
public int Id {get; set; }
public string Name {get; set; }
public int CurrentLocationId {get; set; }
public List<