Exemple #1
0
 public void EndGameCapSession(int installationNo, string releasedCardNo)
 {
     try
     {
         using (ExCommsSQLDataAccess DataContext = this.GetDataContext())
         {
             DataContext.EndGameCappingSession(installationNo, 0, releasedCardNo, string.Empty);
         }
     }
     catch (Exception ex)
     {
         Log.Exception(ex);
     }
 }