public CustomerContextRepository(IDbLinqRepository unauthenticated, int customerId)
 {
     this.customerId = customerId;
     Unauthenticated = unauthenticated;
 }
Beispiel #2
0
 static Program()
 {
     repository = new EfLinqRepository(new TestContext());
 }