public EntityFramework6Repository(prestonjang_VBHA_HockeyAppEntities context)
 {
     _context = context;
 }
Пример #2
0
 //Constructor
 public Repository(prestonjang_VBHA_HockeyAppEntities context) : base(context)
 {
     context.Configuration.ProxyCreationEnabled = false;
 }