Beispiel #1
0
 public EfRepository(EfContext con)
 {
     this.con = con;
 }
Beispiel #2
0
 public EfOrderRepository(EfContext con) : base(con)
 {
 }