I have created an API using ASP.NET5 and Entity Framework 7.0.0-beta 5.
I have the Model, DbContext and the Repository created, and when I try to retrieve data from my
Lazy loading isn't implemented yet in EF7. Use the following query to eagerly-load the related entities instead.
_dbcontext.Company.Include(c => c.Status).ToList();