public ProductRepository()
 {
     Context = EFContext.ContextFactory();
 }
Example #2
0
 public KnowledgeRepository()
 {
     Context = EFContext.ContextFactory();
 }
 public DeveloperRepository()
 {
     Context = EFContext.ContextFactory();
 }
 public BankInformationRepository()
 {
     Context = EFContext.ContextFactory();
 }