public EfAutoRepository(EfContext con) : base(con)
 {
 }
Exemplo n.º 2
0
 public EfRepository(EfContext con)
 {
     this.con = con;
 }