Exemplo n.º 1
0
 public EducationalContentController()
 {
     _context = new FarmworkersWebAPI.Entities.FarmWorkerAppContext();
     _context.Configuration.ProxyCreationEnabled = false;
 }
Exemplo n.º 2
0
 public QuizController()
 {
     _context = new FarmworkersWebAPI.Entities.FarmWorkerAppContext();
 }
Exemplo n.º 3
0
 public FarmsController()
 {
     _context = new FarmworkersWebAPI.Entities.FarmWorkerAppContext();
     _context.Configuration.LazyLoadingEnabled = false;
 }