コード例 #1
0
 public void Execute(ExecuteRepo anExecute, OnException onException)
 {
     Execute(
         delegate(DbSession aSession)
     {
         anExecute(new DBRepository(aSession));
     }, onException);
 }
コード例 #2
0
ファイル: DBRepository.cs プロジェクト: eliemelki/CSharp-ORM
 public void Execute(ExecuteRepo anExecute, OnException onException)
 {
     throw new NotImplementedException();
 }