private void OnPrintAccount(string obj)
 {
     _reportService.PrintAccountTransactions(SelectedAccount, _applicationState.CurrentWorkPeriod, _applicationState.GetReportPrinter(), FilterType);
 }
Example #2
0
 public void PrintAccountScreen(AccountScreen accountScreen)
 {
     _reportService.PrintAccountScreen(accountScreen, _applicationState.CurrentWorkPeriod, _applicationState.GetReportPrinter());
 }