Beispiel #1
0
 protected bool RunActions()
 {
     if (Actions.Count > 0)
     {
         _context.InsertBatch(Actions);
         return(true);
     }
     else
     {
         Log.Debug("BaseHandler.RunActions", "No actions");
         return(true);
     }
 }
Beispiel #2
0
 private void Query()
 {
     _context.InsertBatch(_actions);
 }