Ejemplo n.º 1
0
 public void Execute(ExecuteRepo anExecute, OnException onException)
 {
     Execute(
         delegate(DbSession aSession)
     {
         anExecute(new DBRepository(aSession));
     }, onException);
 }
Ejemplo n.º 2
0
 public void Execute(ExecuteRepo anExecute, OnException onException)
 {
     throw new NotImplementedException();
 }