Ejemplo n.º 1
0
 public T ExecuteSingle <T>(DbQuery <T> query)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public List <T> Execute <T>(DbQuery <T> query)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public int Execute(DbQuery query)
 {
     throw new NotImplementedException();
 }