Beispiel #1
0
 public CustomerContext CreateDbContext(string[] args)
 {
     return(new CustomerContext(CustomerContextOptions.GetContextOptions()));
 }
Beispiel #2
0
 public CustomerContext()
     : base(CustomerContextOptions.GetContextOptions())
 {
 }