public EducationalContentController() { _context = new FarmworkersWebAPI.Entities.FarmWorkerAppContext(); _context.Configuration.ProxyCreationEnabled = false; }
public QuizController() { _context = new FarmworkersWebAPI.Entities.FarmWorkerAppContext(); }
public FarmsController() { _context = new FarmworkersWebAPI.Entities.FarmWorkerAppContext(); _context.Configuration.LazyLoadingEnabled = false; }