Beispiel #1
0
 public T ExecuteSingle <T>(DbQuery <T> query)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public List <T> Execute <T>(DbQuery <T> query)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public int Execute(DbQuery query)
 {
     throw new NotImplementedException();
 }