コード例 #1
0
 public DataContextModelContainer(CurrentContext currentContext)
     : this()
 {
     CurrentContext = currentContext;
 }
コード例 #2
0
 public EntityFrameworkPersonRepository(CurrentContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public EntityFrameworkPersonRepository(CurrentContext context)
 {
     this.context = context;
 }