Esempio n. 1
0
 public void ScalarExecuting(DbCommand command, DbCommandInterceptionContext<object> interceptionContext)
 {
     command.ApplyCorrectYeKe();
 }
Esempio n. 2
0
 public void ReaderExecuting(DbCommand command, DbCommandInterceptionContext<DbDataReader> interceptionContext)
 {
     command.ApplyCorrectYeKe();
 }
Esempio n. 3
0
 public void NonQueryExecuting(DbCommand command, DbCommandInterceptionContext<int> interceptionContext)
 {
     command.ApplyCorrectYeKe();
 }