Beispiel #1
0
 public DataContextModelContainer(CurrentContext currentContext)
     : this()
 {
     CurrentContext = currentContext;
 }
 public EntityFrameworkPersonRepository(CurrentContext context)
 {
     this.context = context;
 }
 public EntityFrameworkPersonRepository(CurrentContext context)
 {
     this.context = context;
 }