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