Exemplo n.º 1
0
 public SomeClass(IDBInteractor <T> interactor)
 {
     _interactor = interactor;
 }
Exemplo n.º 2
0
 public static T ExecuteQuery(this IDBInteractor <T> interactor, string myQuery)
 {
     return(interactor.ExecuteDSQuery(myQuery));
 }